Skip to content

Commit c156d6a

Browse files
author
Shati Patel
committed
Autoformat QL
1 parent f88f796 commit c156d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/learn-ql/ql-etudes/river-crossing-1.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class State extends string {
7676
exists(int stepsSoFar, string pathSoFar, Cargo cargo |
7777
result = this.reachesVia(pathSoFar, stepsSoFar).safeFerry(cargo) and
7878
steps = stepsSoFar + 1 and
79-
// We expect a solution in 7 steps, but you can choose any value here.
79+
// We expect a solution in 7 steps, but you can choose any value here.
8080
steps <= 7 and
8181
path = pathSoFar + "\n Ferry " + cargo
8282
)

0 commit comments

Comments
 (0)