summaryrefslogtreecommitdiff
path: root/test/files/pos/bug807.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug807.scala')
-rw-r--r--test/files/pos/bug807.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug807.scala b/test/files/pos/bug807.scala
index 0eeb92ea24..ed73fe3f97 100644
--- a/test/files/pos/bug807.scala
+++ b/test/files/pos/bug807.scala
@@ -6,7 +6,7 @@ trait Matcher {
trait HasLinks {
def link(b : Boolean) : Link = null;
}
-
+
}
trait BraceMatcher extends Matcher {
trait BracePair {