summaryrefslogtreecommitdiff
path: root/test/files/run/t5224.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5224.check')
-rw-r--r--test/files/run/t5224.check18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/files/run/t5224.check b/test/files/run/t5224.check
index ffeb7b43ce..e15c1c90eb 100644
--- a/test/files/run/t5224.check
+++ b/test/files/run/t5224.check
@@ -1,9 +1,9 @@
-{
- @new Foo(bar = "qwe") class C extends AnyRef {
- def <init>() = {
- super.<init>();
- ()
- }
- };
- ()
-}
+{
+ @new Foo(bar = "qwe") class C extends AnyRef {
+ def <init>() = {
+ super.<init>();
+ ()
+ }
+ };
+ ()
+}