diff --git a/examples/ts-type-to-grammar.sh b/examples/ts-type-to-grammar.sh index 77010082e..eb571fbd2 100755 --- a/examples/ts-type-to-grammar.sh +++ b/examples/ts-type-to-grammar.sh @@ -25,4 +25,4 @@ npx ts-json-schema-generator --no-top-ref --path "$DTS_FILE" --type MyType -e no # https://github.com/YousefED/typescript-json-schema # npx typescript-json-schema --defaultProps --required "$DTS_FILE" MyType | tee "$SCHEMA_FILE" >&2 -./examples/json-schema-to-grammar.py "$SCHEMA_FILE" \ No newline at end of file +./examples/json-schema-to-grammar.py "$SCHEMA_FILE"