Formatting

This commit is contained in:
Tobe O 2019-08-07 21:57:51 -04:00
parent ad0d6dded7
commit 71adb0bbe7

View file

@ -375,8 +375,7 @@ class Parser {
return new DirectiveContext(
ARROBA, NAME, null, LPAREN, current, arg, null);
} else {
errors.add(
new SyntaxError('Missing \')\'', arg.value.span));
errors.add(new SyntaxError('Missing \')\'', arg.value.span));
return null;
}
} else {