Skip to content

Commit 2f9b365

Browse files
committed
Fix comma
1 parent 6df2ac6 commit 2f9b365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • DifferentiationInterface/test/Back/Mooncake

DifferentiationInterface/test/Back/Mooncake/test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LOGGING = get(ENV, "CI", "false") == "false"
1313
backends = [
1414
AutoMooncake(; config=nothing),
1515
AutoMooncake(; config=Mooncake.Config()),
16-
AutoMooncakeForward(; config=nothing);
16+
AutoMooncakeForward(; config=nothing),
1717
]
1818

1919
for backend in backends

0 commit comments

Comments
 (0)