Skip to content

Commit

Permalink
Close the JSON object in settings.json (microsoft#17583)
Browse files Browse the repository at this point in the history
### Description

This patch adds a closing curly bracket at the end of `settings.json`.

### Motivation and Context

`settings.json` is just not closed. It was accidentally removed at
4e6ea73
  • Loading branch information
kazssym authored and kleiti committed Mar 22, 2024
1 parent 66d5215 commit 5298933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@
"-build/include_subdir",
"-runtime/references"
]
}

0 comments on commit 5298933

Please sign in to comment.