Fix invalid json in vscode launch.json

This commit is contained in:
David Tolnay 2021-01-02 11:34:23 -08:00
parent 958f875178
commit 357d9ed5e4
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

2
.vscode/launch.json vendored
View File

@ -24,6 +24,6 @@
"kind": "test" "kind": "test"
} }
} }
}, }
] ]
} }