mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
Close the JSON object in settings.json (#17583)
### 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
4e6ea730d6
This commit is contained in:
parent
1c245e6775
commit
f43acf2d33
1 changed files with 1 additions and 0 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
|
@ -40,3 +40,4 @@
|
|||
"-build/include_subdir",
|
||||
"-runtime/references"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue