summaryrefslogtreecommitdiff
path: root/test/files/scalap/cbnParam.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalap/cbnParam.check')
-rw-r--r--test/files/scalap/cbnParam.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/scalap/cbnParam.check b/test/files/scalap/cbnParam.check
index 52ecb6ae66..abe01297b9 100644
--- a/test/files/scalap/cbnParam.check
+++ b/test/files/scalap/cbnParam.check
@@ -1,3 +1,3 @@
class CbnParam extends scala.AnyRef {
- def this(s : => scala.Predef.String) = { /* compiled code */ }
+ def this(s: => scala.Predef.String) = { /* compiled code */ }
}