Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
BioTurboNick committed Sep 16, 2024
1 parent 15a5050 commit 26b61c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rulesets/Base/indexing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,10 @@ end
if VERSION >= v"1.7"
# On 1.6, ComposedFunction doesn't take keywords. Only affects this testing strategy, not real use.
test_rrule(
collect eachslice, rand(3, 4, 5); check_inferred=false, fkwargs = (; dims = 3)
collect eachslice, rand(3, 4, 5); check_inferred=false, fkwargs=(; dims=3)
)
test_rrule(
collect eachslice, rand(3, 4, 5); check_inferred=false, fkwargs = (; dims = (2,))
collect eachslice, rand(3, 4, 5); check_inferred=false, fkwargs=(; dims=(2,))
)

test_rrule(
Expand Down

0 comments on commit 26b61c5

Please sign in to comment.