Skip to content

Commit 94c12d4

Browse files
committed
rm trailing comma in json
1 parent abca95b commit 94c12d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/tasks.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"args": [
2929
"--fix",
3030
"--allow-dirty",
31-
"--allow-staged",
31+
"--allow-staged"
3232
],
3333
"presentation": {
3434
"close": true,
3535
"revealProblems": "onProblem",
3636
"clear": true,
3737
},
38-
"group":{
38+
"group": {
3939
"kind": "build",
4040
"isDefault": true
4141
}
@@ -219,4 +219,4 @@
219219
]
220220
}
221221
]
222-
}
222+
}

0 commit comments

Comments
 (0)