Skip to content

Commit 4a40e09

Browse files
committed
rm trailing whitespace
1 parent c896ad2 commit 4a40e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asyncmap.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ len_only_iterable = (1,2,3,4,5)
5656

5757
# Check that we throw a `CapturedException` holding the stacktrace if `f` throws
5858
f42105(i) = i == 5 ? error("captured") : i
59-
let
59+
let
6060
e = try
6161
asyncmap(f42105, 1:5)
6262
catch e

0 commit comments

Comments
 (0)