Skip to content

Commit a654081

Browse files
committed
format src/ and test/
1 parent a5beb7e commit a654081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monomials/orderings.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ struct ProductOrdering{Ord1, Ord2} <: AbstractMonomialOrdering
240240
end
241241
# this fires on, for example, Lex() * Lex(). Should be fine to allow.
242242
# if ordering_is_simple(ord1) || ordering_is_simple(ord2)
243-
# throw(DomainError("Invalid monomial ordering"))
243+
# throw(DomainError("Invalid monomial ordering"))
244244
# end
245245
new{Ord1, Ord2}(ord1, ord2)
246246
end

0 commit comments

Comments
 (0)