Skip to content

Commit 16e8a3e

Browse files
committed
antlr
1 parent d7eed3a commit 16e8a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/util/AntlrUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def catchAntlrParseErrors[T](body: => T) = {
4242
$sourceName%s:$line%d:${col + 1}%d (truncated)
4343
$line%4d | $lineText
4444
${" " * col}^ unexpected token
45-
""".strip.stripLeading
45+
""".stripIndent.stripLeading
4646
}
4747
case o => Failure(new Exception())
4848
}

0 commit comments

Comments
 (0)