Skip to content

Commit 51022e7

Browse files
committed
add newline at the end of 'messages.scala'
1 parent 223cf85 commit 51022e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/src/dotty/tools/dotc/reporting/messages.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2922,4 +2922,5 @@ class ToplevelDefCantBeInfix(sym: Symbol)(using Context)
29222922
if sym.flags.is(Method) then "def"
29232923
else if sym.flags.is(Mutable) then "var"
29242924
else if sym.flags.is(Given) then "given"
2925-
else "val"
2925+
else "val"
2926+

0 commit comments

Comments
 (0)