summaryrefslogtreecommitdiff
path: root/test/files/pos/bug756.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug756.scala')
-rw-r--r--test/files/pos/bug756.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug756.scala b/test/files/pos/bug756.scala
index 09735695f8..a3c790c654 100644
--- a/test/files/pos/bug756.scala
+++ b/test/files/pos/bug756.scala
@@ -3,4 +3,4 @@ object test {
n <- Some(42)
_ <- Some(24)
} yield n
-} \ No newline at end of file
+}