Skip to content

Commit 731493b

Browse files
committed
Fix extra space
1 parent 28c2e04 commit 731493b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ object messages {
184184

185185
val caseDef = s"case $pat$guard => $body"
186186

187-
hl"""|For each ${"case"} bound variable names have to be unique. In:
187+
hl"""|For each ${"case"} bound variable names have to be unique. In:
188188
|
189189
|$caseDef
190190
|

0 commit comments

Comments
 (0)