File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
kotlin/services/location/src/main/java/com/example/location/scenario Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments