Skip to content

Commit 05126a2

Browse files
committed
Remove stray empty line
1 parent 7dba7ca commit 05126a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/parsing/Parsers.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,6 @@ object Parsers {
13511351
}
13521352
else
13531353
inParens(if (in.token == RPAREN) Nil else commaSeparated(argumentExpr))
1354-
13551354
}
13561355

13571356
/** ArgumentExprs ::= ParArgumentExprs

0 commit comments

Comments
 (0)