Skip to content

Commit 749fea5

Browse files
committed
Format
1 parent c982f46 commit 749fea5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • DifferentiationInterface/test/Back/DifferentiateWith

DifferentiationInterface/test/Back/DifferentiateWith/test.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ end;
6868

6969
@testset "Mooncake errors" begin
7070
MooncakeDifferentiateWithError =
71-
Base.get_extension(
72-
DifferentiationInterface, :DifferentiationInterfaceMooncakeExt
73-
).MooncakeDifferentiateWithError
71+
Base.get_extension(DifferentiationInterface, :DifferentiationInterfaceMooncakeExt).MooncakeDifferentiateWithError
7472

7573
e = MooncakeDifferentiateWithError(identity, 1.0, 2.0)
7674
@test sprint(showerror, e) ==

0 commit comments

Comments
 (0)