Remove trailing comma from some tests
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ class SmartEnterCompletionTest : KotlinLightCodeInsightFixtureTestCase() {
|
||||
fun test() {
|
||||
foo(
|
||||
1 +
|
||||
2,
|
||||
2
|
||||
)<caret>
|
||||
}
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user