Skip to content

Commit 3bcd8fd

Browse files
committed
updated example for linter issue
1 parent 0047e00 commit 3bcd8fd

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,20 +100,18 @@ suspend fun main(args: Array<String>) {
100100
""".trimIndent(),
101101
)
102102

103-
104103
waitForInputToContinue(scanner)
105-
106104
println(DASHES)
107105
println("1. Create an AWS Location Service map")
108106
println(
109107
"""
110-
An AWS Location map can enhance the user experience of your
111-
application by providing accurate and personalized location-based
112-
features. For example, you could use the geocoding capabilities to
113-
allow users to search for and locate businesses, landmarks, or
114-
other points of interest within a specific region.
108+
An AWS Location map can enhance the user experience of your
109+
application by providing accurate and personalized location-based
110+
features. For example, you could use the geocoding capabilities to
111+
allow users to search for and locate businesses, landmarks, or
112+
other points of interest within a specific region.
115113
116-
"""
114+
""".trimIndent(),
117115
)
118116

119117
waitForInputToContinue(scanner)

0 commit comments

Comments
 (0)