summaryrefslogtreecommitdiff
path: root/test/files/res/t722/Parser.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/res/t722/Parser.scala')
-rw-r--r--test/files/res/t722/Parser.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/res/t722/Parser.scala b/test/files/res/t722/Parser.scala
index 9f54358920..5dfcd57367 100644
--- a/test/files/res/t722/Parser.scala
+++ b/test/files/res/t722/Parser.scala
@@ -2,7 +2,7 @@
package t722;
trait Parser {
trait Link {
- def foo() = {}
+ def foo() = {}
}
}