Skip to content

Commit 0e0a7c8

Browse files
committed
remove comma in test_scalar
1 parent 9e4cb76 commit 0e0a7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_util.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function test_scalar(f, x; rtol=1e-9, atol=1e-9, fdm=_fdm, test_wirtinger=x isa
3535
else # rule == frule
3636
# Got to input extra first aguement for internals
3737
# But it is only a dummy since this is not a functor
38-
∂x, = prop_rule(NamedTuple(), 1)
38+
∂x = prop_rule(NamedTuple(), 1)
3939
end
4040

4141

0 commit comments

Comments
 (0)