Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Nov 5, 2024
1 parent b18cd87 commit ceec9ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
@test d1 prod(GenericProd(), d2, ext.DivisionOf(d1, d2))
@test ext.DivisionOf(d1, d2) == prod(GenericProd(), ext.DivisionOf(d1, d2), missing)
@test ext.DivisionOf(d1, d2) == prod(GenericProd(), missing, ext.DivisionOf(d1, d2))
end
end

0 comments on commit ceec9ef

Please sign in to comment.