Minor: fix testdata files which were accidentally reformatted
This commit is contained in:
@@ -4,9 +4,9 @@ package foo
|
||||
|
||||
class TestClass {
|
||||
fun foo(`true`: String) {
|
||||
assertEquals("123", `true`)
|
||||
testRenamed("true", { `true` })
|
||||
}
|
||||
assertEquals("123", `true`)
|
||||
testRenamed("true", { `true` })
|
||||
}
|
||||
|
||||
fun test() {
|
||||
foo("123")
|
||||
@@ -17,4 +17,4 @@ fun box(): String {
|
||||
TestClass().test()
|
||||
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user