From 6eb124234db4a7edfcdbf062ef120beb9924b1b7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 13 Jul 2025 21:03:34 -0300 Subject: src/paca.mjs (rangeStateStep): Refine indentation and alignment --- src/paca.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/paca.mjs b/src/paca.mjs index a8cc0f4..db6aa86 100644 --- a/src/paca.mjs +++ b/src/paca.mjs @@ -52,12 +52,13 @@ const rangeStateStep = ({ out, state, context }, char, _index, _next) => { ), }); } + return { out: out.concat({ operator: "range", from, to, - }), + }), state: ConcatStep.ACCEPTING, context: null, }; @@ -91,8 +92,7 @@ const rangeStateStep = ({ out, state, context }, char, _index, _next) => { state, context, error: new SyntaxError( - "bad char in range expression: " + - char, + "bad char in range expression: " + char, ), }); } -- cgit v1.2.3