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:
Kaz Nishimura 2023-09-27 01:51:13 +09:00 committed by GitHub
parent 1c245e6775
commit f43acf2d33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,3 +40,4 @@
"-build/include_subdir",
"-runtime/references"
]
}