summaryrefslogtreecommitdiff
path: root/test/files/pos/t4269.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t4269.scala')
-rw-r--r--test/files/pos/t4269.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/pos/t4269.scala b/test/files/pos/t4269.scala
index 70f0471a9a..99a30785b4 100644
--- a/test/files/pos/t4269.scala
+++ b/test/files/pos/t4269.scala
@@ -1,5 +1,5 @@
-class A {
- PartialFunction.condOpt(Nil) {
- case items@List(_*) if true =>
+class A {
+ PartialFunction.condOpt(Nil) {
+ case items@List(_*) if true =>
}
}