Skip to content

Commit 9665228

Browse files
authored
Merge pull request #92 from kkebo/remove-trailing-commas-from-json
2 parents add3d0e + 2da68c4 commit 9665228

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.sourcekit-lsp/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"configuration": "release",
44
"triple": "aarch64-none-none-elf",
55
"swiftCompilerFlags": [
6-
"-enable-experimental-feature", "Embedded",
6+
"-enable-experimental-feature", "Embedded"
77
]
88
}
99
}

toolset.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"-Xfrontend", "-disable-stack-protector",
99
"-Xfrontend", "-mergeable-symbols",
1010
"-Xclang-linker", "-nostdlib",
11-
"-Xclang-linker", "-fuse-ld=lld",
11+
"-Xclang-linker", "-fuse-ld=lld"
1212
]
1313
},
1414
"linker": {
@@ -19,7 +19,7 @@
1919
"--strip-all",
2020
"--orphan-handling=error",
2121
"-T", "linker.ld",
22-
"-Map", ".build/kernel.map",
22+
"-Map", ".build/kernel.map"
2323
]
2424
}
2525
}

0 commit comments

Comments
 (0)