Skip to content

Commit 80460a9

Browse files
committed
updated example for linter issue
1 parent 981ed7b commit 80460a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kotlin/services/location/src/main/java/com/example/location/HelloLocation.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ suspend fun main(args: Array<String>) {
3333
""".trimIndent()
3434

3535
if (args.size != 1) {
36-
println(usage)
37-
exitProcess(0)
38-
}
36+
println(usage)
37+
exitProcess(0)
38+
}
3939
val colletionName = args[0]
4040
listGeofences(colletionName)
4141
}

0 commit comments

Comments
 (0)