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