Skip to content

Commit 14bf95b

Browse files
authored
[libc] Remove extra commas in linux/config.json. (#170801)
1 parent eecdd4b commit 14bf95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/config/linux/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"string": {
33
"LIBC_CONF_STRING_LENGTH_IMPL": {
4-
"value": "clang_vector",
4+
"value": "clang_vector"
55
},
66
"LIBC_CONF_FIND_FIRST_CHARACTER_IMPL": {
7-
"value": "word",
7+
"value": "word"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)