Skip to content

Commit c95db5e

Browse files
authored
Merge pull request #39176 from apple/maxd/checkout-json-formatting
Fix formatting in `update-checkout-config.json`
2 parents 9b1f5e6 + 53d8c59 commit c95db5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"ssh-clone-pattern": "[email protected]:%s.git",
33
"https-clone-pattern": "https://github.com/%s.git",
44
"repos" : {
5-
"swift": {
5+
"swift": {
66
"remote": { "id": "apple/swift" } },
7-
"cmark": {
7+
"cmark": {
88
"remote": { "id": "apple/swift-cmark" } },
99
"llbuild": {
1010
"remote": { "id": "apple/swift-llbuild" } },
@@ -53,7 +53,7 @@
5353
"remote": { "id": "KitWare/CMake" },
5454
"platforms": [ "Linux" ]
5555
},
56-
"indexstore-db": {
56+
"indexstore-db": {
5757
"remote": { "id": "apple/indexstore-db" } },
5858
"sourcekit-lsp": {
5959
"remote": { "id": "apple/sourcekit-lsp" } },
@@ -82,7 +82,7 @@
8282
},
8383
"default-branch-scheme": "main",
8484
"branch-schemes": {
85-
"main": {
85+
"main": {
8686
"aliases": ["swift/main", "main", "stable/20211026"],
8787
"repos": {
8888
"llvm-project": "stable/20211026",
@@ -289,7 +289,7 @@
289289
"swift-nio-ssl": "2.15.0"
290290
}
291291
},
292-
"release/5.5": {
292+
"release/5.5": {
293293
"aliases": ["release/5.5", "swift/release/5.5"],
294294
"repos": {
295295
"llvm-project": "swift/release/5.5",

0 commit comments

Comments
 (0)