Skip to content

Commit 4e21620

Browse files
committed
updated example for linter issue
1 parent 7ce09ef commit 4e21620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlin/services/location/src/main/java/com/example/location/scenario/LocationScenario.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ suspend fun putGeofence(collectionName: String, geoId: String) {
625625
listOf(-122.3281, 47.6201),
626626
listOf(-122.3381, 47.6201),
627627
listOf(-122.3381, 47.6101),
628-
)
628+
),
629629
)
630630
}
631631

@@ -726,4 +726,4 @@ fun waitForInputToContinue(scanner: Scanner) {
726726
}
727727
}
728728
}
729-
// snippet-end:[location.kotlin.scenario.main]
729+
// snippet-end:[location.kotlin.scenario.main]

0 commit comments

Comments
 (0)