Skip to content

Commit 1118c90

Browse files
Improve formatting
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0c889c commit 1118c90

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/chainrules.jl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@
3939

4040
test_rrule(Distances.pairwise, dist, type1(rand(3, 2)); fkwargs=(dims=2,))
4141
test_rrule(
42-
Distances.pairwise, dist, type1(rand(3, 2)), type2(rand(3, 4));
43-
fkwargs=(dims=2,)
42+
Distances.pairwise,
43+
dist,
44+
type1(rand(3, 2)),
45+
type2(rand(3, 4));
46+
fkwargs=(dims=2,),
4447
)
4548
test_rrule(Distances.colwise, dist, type1(rand(3, 2)), type1(rand(3, 2)))
4649
end

0 commit comments

Comments
 (0)