Skip to content

Commit b4f354d

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ 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-
"""
101-
)
100+
""")
102101
waitForInputToContinue(scanner)
103102

104103
println(DASHES)
@@ -111,7 +110,7 @@ suspend fun main(args: Array<String>) {
111110
allow users to search for and locate businesses, landmarks, or
112111
other points of interest within a specific region.
113112
114-
""".trimIndent())
113+
""")
115114

116115
waitForInputToContinue(scanner)
117116
val mapArn = createMap(mapName)

0 commit comments

Comments
 (0)