diff options
Diffstat (limited to 'cli/tests/lint/expected_json.out')
-rw-r--r-- | cli/tests/lint/expected_json.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/tests/lint/expected_json.out b/cli/tests/lint/expected_json.out index f29d311f5..dbeb8039b 100644 --- a/cli/tests/lint/expected_json.out +++ b/cli/tests/lint/expected_json.out @@ -40,13 +40,13 @@ "range": { "start": { "line": 3, - "col": 12, - "bytePos": 56 + "col": 13, + "bytePos": 57 }, "end": { "line": 3, - "col": 14, - "bytePos": 58 + "col": 15, + "bytePos": 59 } }, "filename": "[WILDCARD]file2.ts", |