Remove trailing comma from some tests

This commit is contained in:
Dmitry Gridin
2020-01-30 15:29:35 +07:00
parent 53f66e9509
commit 96f49d8e3c
6 changed files with 6 additions and 6 deletions
@@ -117,7 +117,7 @@ class SmartEnterCompletionTest : KotlinLightCodeInsightFixtureTestCase() {
fun test() {
foo(
1 +
2,
2
)<caret>
}
"""