Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Feb 19, 2024
1 parent 3be6ba9 commit 6ffc63e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_results.nim
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ block: # Result[void, E]
42
)
.get() == 42

vOk
.map(
proc() =
Expand All @@ -394,6 +395,7 @@ block: # Result[void, E]
10
)
.get()

vOk
.mapErr(
proc(x: int) =
Expand Down

0 comments on commit 6ffc63e

Please sign in to comment.