Skip to content

Commit ae6b4bf

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ 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-
""")
100+
"""
101+
)
101102
waitForInputToContinue(scanner)
102103

103104
println(DASHES)

0 commit comments

Comments
 (0)