Skip to content

Commit 0291220

Browse files
committed
examples: Fix the code formatting
1 parent cbef8c5 commit 0291220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/virtual4.pics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ getUsers :: (end=1) =
2828
in
2929
startIndex
3030
|> Array::fromRange(end)
31-
|> Array::map(|item| -> getUser(item).await)
31+
|> Array::map(|item| -> getUser(item).await)
3232
|> Array::toString
3333

3434
users := getUsers(10)

0 commit comments

Comments
 (0)