Skip to content

Commit 6767007

Browse files
committed
updated example for linter issue
1 parent 9772d61 commit 6767007

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ suspend fun main(args: Array<String>) {
9595
9696
Geocoding: The service provides the ability to convert addresses or
9797
location names into geographic coordinates (latitude and longitude),
98-
and vice versa, enabling developers to integrate location-based search
99-
and routing functionality into their applications.
100-
""".trimIndent()
98+
and vice versa, enabling developers to integrate location-based search
99+
and routing functionality into their applications.
100+
""".trimIndent()
101101
)
102102

103103
waitForInputToContinue(scanner)

0 commit comments

Comments
 (0)