Skip to content

Commit 064ec1a

Browse files
committed
updated example for linter issue
1 parent e9bbe31 commit 064ec1a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ suspend fun main(args: Array<String>) {
9797
location names into geographic coordinates (latitude and longitude),
9898
and vice versa, enabling developers to integrate location-based search
9999
and routing functionality into their applications.
100-
101100
"""
102101
)
103102
waitForInputToContinue(scanner)
@@ -112,8 +111,7 @@ suspend fun main(args: Array<String>) {
112111
allow users to search for and locate businesses, landmarks, or
113112
other points of interest within a specific region.
114113
115-
""".trimIndent()
116-
)
114+
""".trimIndent())
117115

118116
waitForInputToContinue(scanner)
119117
val mapArn = createMap(mapName)

0 commit comments

Comments
 (0)