aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting
diff options
context:
space:
mode:
authorPaolo G. Giarrusso <p.giarrusso@gmail.com>2016-11-05 18:01:33 +0100
committerPaolo G. Giarrusso <p.giarrusso@gmail.com>2016-11-11 11:36:35 +0100
commit731493b3aa220bd639d45997a62c09e6acfc41b8 (patch)
tree708269738b33fefd4687ef470e0b623759b2dbb8 /src/dotty/tools/dotc/reporting
parent28c2e04dd33b6389a44460f977a97b8691265994 (diff)
downloaddotty-731493b3aa220bd639d45997a62c09e6acfc41b8.tar.gz
dotty-731493b3aa220bd639d45997a62c09e6acfc41b8.tar.bz2
dotty-731493b3aa220bd639d45997a62c09e6acfc41b8.zip
Fix extra space
Diffstat (limited to 'src/dotty/tools/dotc/reporting')
-rw-r--r--src/dotty/tools/dotc/reporting/diagnostic/messages.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/reporting/diagnostic/messages.scala b/src/dotty/tools/dotc/reporting/diagnostic/messages.scala
index 649f2a8f8..82c855e9d 100644
--- a/src/dotty/tools/dotc/reporting/diagnostic/messages.scala
+++ b/src/dotty/tools/dotc/reporting/diagnostic/messages.scala
@@ -184,7 +184,7 @@ object messages {
val caseDef = s"case $pat$guard => $body"
- hl"""|For each ${"case"} bound variable names have to be unique. In:
+ hl"""|For each ${"case"} bound variable names have to be unique. In:
|
|$caseDef
|