Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Oct 13, 2023
1 parent 86ed354 commit 8382ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using FastIce.Utils
@testset "pre" begin
a = 0
pipe = Pipeline(; pre=() -> a += 1)
put!(()->nothing, pipe)
put!(() -> nothing, pipe)
wait(pipe)
@test a == 1
close(pipe)
Expand Down Expand Up @@ -39,4 +39,4 @@ using FastIce.Utils
close(pipe)
@test_throws ErrorException wait(pipe)
end
end
end

0 comments on commit 8382ce3

Please sign in to comment.