diff options
Diffstat (limited to 'cli/tests/testdata/lint/without_config/malformed.js')
-rw-r--r-- | cli/tests/testdata/lint/without_config/malformed.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/lint/without_config/malformed.js b/cli/tests/testdata/lint/without_config/malformed.js index 5ad4650d6..9b64da898 100644 --- a/cli/tests/testdata/lint/without_config/malformed.js +++ b/cli/tests/testdata/lint/without_config/malformed.js @@ -1,4 +1,4 @@ // deno-fmt-ignore-file // intentionally malformed file -export class A {
\ No newline at end of file +export class A B C
\ No newline at end of file |