Skip to content

Commit cac03d3

Browse files
committed
updated example for linter issue
1 parent 38cded3 commit cac03d3

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,9 +97,10 @@ 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-
""".trimIndent()
100+
""".trimIndent(),
101101
)
102102

103+
103104
waitForInputToContinue(scanner)
104105

105106
println(DASHES)

0 commit comments

Comments
 (0)