Skip to content

Commit 5b3912b

Browse files
committed
Update Groovy App
1 parent be3f76c commit 5b3912b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/groovy/lv/id/jc/AppGroovy.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ class AppGroovy {
3131
final var routeOne = shortest.findPath(graph, source, target)
3232
final var routeTwo = fastest.findPath(graph, source, target)
3333
final var message = """
34-
Find the path from %s to %s
35-
- the shortest take %.0f min and the path is %s
36-
- the fastest take %.0f min and the path is %s"""
34+
Find the path from %s to %s
35+
- the shortest take %.0f min and the path is %s
36+
- the fastest take %.0f min and the path is %s"""
3737
.formatted(
3838
source, target,
3939
graph.getDistance(routeOne), routeOne,

0 commit comments

Comments
 (0)