Skip to content

Commit cdb25d6

Browse files
committed
remove trailing space
1 parent 1942071 commit cdb25d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ object messages {
17481748
val explanation =
17491749
hl"you have to provide either ${"class"}, ${"trait"}, ${"object"}, or ${"enum"} definitions after qualifiers"
17501750
}
1751-
1751+
17521752
case class NoReturnFromInline(owner: Symbol)(implicit ctx: Context)
17531753
extends Message(NoReturnFromInlineID) {
17541754
val kind = "Syntax"

0 commit comments

Comments
 (0)