Remove trailing comma from some tests
This commit is contained in:
Vendored
+1
-1
@@ -3,6 +3,6 @@
|
||||
fun test() {
|
||||
<caret>listOfNotNull(
|
||||
true, // comment1
|
||||
null, // comment2
|
||||
null // comment2
|
||||
).first()
|
||||
}
|
||||
Reference in New Issue
Block a user