Skip to content

Commit 80d5f73

Browse files
committed
Format
1 parent 3e1bd9c commit 80d5f73

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
@@ -70,9 +70,7 @@ end;
7070

7171
@testset "Mooncake errors" begin
7272
MooncakeDifferentiateWithError =
73-
Base.get_extension(
74-
DifferentiationInterface, :DifferentiationInterfaceMooncakeExt
75-
).MooncakeDifferentiateWithError
73+
Base.get_extension(DifferentiationInterface, :DifferentiationInterfaceMooncakeExt).MooncakeDifferentiateWithError
7674

7775
e = MooncakeDifferentiateWithError(identity, 1.0, 2.0)
7876
@test sprint(showerror, e) ==

0 commit comments

Comments
 (0)