diff --git a/idea/testData/script/definition/highlighting/customLibrary/script.kts b/idea/testData/script/definition/highlighting/customLibrary/script.kts index 5659890d0fe..7e2b2e291c5 100644 --- a/idea/testData/script/definition/highlighting/customLibrary/script.kts +++ b/idea/testData/script/definition/highlighting/customLibrary/script.kts @@ -2,7 +2,7 @@ val c1 = C() val c2 = C() -doStuff(c1, c2) +doStuff(c1, c2) doStuff(c1, 3)