summaryrefslogtreecommitdiff
path: root/test/files/pos/nullary_poly.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/nullary_poly.scala')
-rw-r--r--test/files/pos/nullary_poly.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/nullary_poly.scala b/test/files/pos/nullary_poly.scala
index 9e3f239b36..d2e1e127a1 100644
--- a/test/files/pos/nullary_poly.scala
+++ b/test/files/pos/nullary_poly.scala
@@ -7,4 +7,4 @@ class A {
// user-defined:
def polyNullary[T]: List[T] = Nil
-} \ No newline at end of file
+}