From f3e64aa285026f18b9ef3f451c22b71040fcd0a4 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Wed, 26 Jan 2022 10:07:29 -0500 Subject: [PATCH] adjust formatting --- .../samples/illegal-variable-declaration/errors.json | 8 ++++---- .../samples/illegal-variable-declaration/input.svelte | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/validator/samples/illegal-variable-declaration/errors.json b/test/validator/samples/illegal-variable-declaration/errors.json index f5cddd418a..e3d273138e 100644 --- a/test/validator/samples/illegal-variable-declaration/errors.json +++ b/test/validator/samples/illegal-variable-declaration/errors.json @@ -5,13 +5,13 @@ "start": { "line": 6, "column": 1, - "character": 85 + "character": 86 }, "end": { "line": 6, - "column": 8, - "character": 92 + "column": 9, + "character": 94 }, - "pos": 85 + "pos": 86 } ] diff --git a/test/validator/samples/illegal-variable-declaration/input.svelte b/test/validator/samples/illegal-variable-declaration/input.svelte index 5759c67004..4542380f49 100644 --- a/test/validator/samples/illegal-variable-declaration/input.svelte +++ b/test/validator/samples/illegal-variable-declaration/input.svelte @@ -1,9 +1,9 @@ {FOO}