Skip to content

Commit c868ec6

Browse files
authored
Merge pull request swiftlang#138 from Trzyipolkostkicukru/fix-json
make project.json spec-compliant by removing a trailing comma
2 parents 11dad82 + f32f96b commit c868ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/INPUTS/SwiftModules/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"targets": [
33
{ "name": "A", "sources": ["a.swift"] },
44
{ "name": "B", "sources": ["b.swift"], "dependencies": ["A"] },
5-
{ "name": "C", "sources": ["c.swift"], "dependencies": ["B"] },
5+
{ "name": "C", "sources": ["c.swift"], "dependencies": ["B"] }
66
]
77
}

0 commit comments

Comments
 (0)