From 891c0d44c6e94a5dad546f0e578d16ebb942d783 Mon Sep 17 00:00:00 2001 From: Aleksander Rainko Date: Tue, 20 Jun 2023 10:19:14 +0200 Subject: [PATCH] another newline adjustment --- compiler/src/dotty/tools/dotc/reporting/messages.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/src/dotty/tools/dotc/reporting/messages.scala b/compiler/src/dotty/tools/dotc/reporting/messages.scala index f76ea961dfa1..574b928f49e0 100644 --- a/compiler/src/dotty/tools/dotc/reporting/messages.scala +++ b/compiler/src/dotty/tools/dotc/reporting/messages.scala @@ -2923,4 +2923,3 @@ class ToplevelDefCantBeInfix(sym: Symbol)(using Context) else if sym.flags.is(Mutable) then "var" else if sym.flags.is(Given) then "given" else "val" - \ No newline at end of file