Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
oxinabox and github-actions[bot] authored Dec 29, 2023
1 parent bcd20dd commit e837059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rulesets/Base/base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
x::Float64
end

test_frule(setfield!, MDemo(3.5)MutableTangent{MDemo}(x=2.0), :x, 5.0)
test_frule(setfield!, MDemo(3.5)MutableTangent{MDemo}(x=2.0), 1, 5.0)
test_frule(setfield!, MDemo(3.5) MutableTangent{MDemo}(; x=2.0), :x, 5.0)
test_frule(setfield!, MDemo(3.5) MutableTangent{MDemo}(; x=2.0), 1, 5.0)
end

@testset "Trig" begin
Expand Down

0 comments on commit e837059

Please sign in to comment.