diff options
Diffstat (limited to 'cli/tests/lint/expected_from_stdin_json.out')
-rw-r--r-- | cli/tests/lint/expected_from_stdin_json.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/tests/lint/expected_from_stdin_json.out b/cli/tests/lint/expected_from_stdin_json.out index 262d40b30..7ea40e957 100644 --- a/cli/tests/lint/expected_from_stdin_json.out +++ b/cli/tests/lint/expected_from_stdin_json.out @@ -4,13 +4,13 @@ "range": { "start": { "line": 1, - "col": 7, - "bytePos": 7 + "col": 8, + "bytePos": 8 }, "end": { "line": 1, - "col": 10, - "bytePos": 10 + "col": 11, + "bytePos": 11 } }, "filename": "_stdin.ts", |