Formatting
This commit is contained in:
parent
ad0d6dded7
commit
71adb0bbe7
1 changed files with 1 additions and 2 deletions
|
@ -375,8 +375,7 @@ class Parser {
|
||||||
return new DirectiveContext(
|
return new DirectiveContext(
|
||||||
ARROBA, NAME, null, LPAREN, current, arg, null);
|
ARROBA, NAME, null, LPAREN, current, arg, null);
|
||||||
} else {
|
} else {
|
||||||
errors.add(
|
errors.add(new SyntaxError('Missing \')\'', arg.value.span));
|
||||||
new SyntaxError('Missing \')\'', arg.value.span));
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue