Skip to content

Commit 79f2a39

Browse files
Indentation fix
1 parent 0f544f2 commit 79f2a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourcecode/test/src/sourcecode/TextTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object TextTests {
66
val bar = Seq("lols")
77
assert(foo(bar) == (Seq("lols"), "bar"))
88
if (TestUtil.isDotty) {
9-
assert(foo(Symbol("lol").toString * 2) == ("""Symbol(lol)Symbol(lol)""", "Symbol(\"lol\").toString * 2"))
9+
assert(foo(Symbol("lol").toString * 2) == ("""Symbol(lol)Symbol(lol)""", "Symbol(\"lol\").toString * 2"))
1010
assert(foo{println("Hello"); Symbol("lol").toString * 2} == ("""Symbol(lol)Symbol(lol)""", "Symbol(\"lol\").toString * 2"))
1111
} else {
1212
assert(foo(Symbol("lol").toString * 2) == ("'lol'lol", "Symbol(\"lol\").toString * 2"))

0 commit comments

Comments
 (0)