Skip to content

Commit 5e4413b

Browse files
committed
Final formatting fix
1 parent e5ecc5b commit 5e4413b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/runtests.jl

+4-4
Original file line numberDiff line numberDiff line change
@@ -600,21 +600,21 @@ end
600600
return 0.0+1.0im
601601
end
602602
@testset "setinact2 Const" reverse_holomorphic_array_tests(
603-
setinact2, 3.4 + 2.7im, 0.0; val_expected=2(3.4 + 2.7im), ret=Const, mapf=false
603+
setinact2, 3.4 + 2.7im, 0.0; val_expected = 2(3.4 + 2.7im), ret = Const, mapf = false
604604
)
605605
@testset "setinact2 Active" reverse_holomorphic_array_tests(
606-
setinact2, 3.4 + 2.7im, 0.0; val_expected=2(3.4 + 2.7im), ret=Active, mapf=false
606+
setinact2, 3.4 + 2.7im, 0.0; val_expected = 2(3.4 + 2.7im), ret = Active, mapf = false
607607
)
608608

609609
function setact(z)
610610
z[1] = 2 .* z[1] # works for both [x] and [(x,)]
611611
return z[1][1] # returns scalar for both [x] and [(x,)]
612612
end
613613
@testset "setact Const" reverse_holomorphic_array_tests(
614-
setact, 3.4 + 2.7im, 0.0; val_expected=2(3.4 + 2.7im), ret=Const, mapf=false
614+
setact, 3.4 + 2.7im, 0.0; val_expected = 2(3.4 + 2.7im), ret = Const, mapf = false
615615
)
616616
@testset "setact Active" reverse_holomorphic_array_tests(
617-
setact, 3.4 + 2.7im, 2.0; val_expected=2(3.4 + 2.7im), ret=Active, mapf=false
617+
setact, 3.4 + 2.7im, 2.0; val_expected = 2(3.4 + 2.7im), ret = Active, mapf = false
618618
)
619619

620620
function upgrade(z)

0 commit comments

Comments
 (0)