Skip to content

Commit eac3c48

Browse files
committed
Fix format
1 parent ca0554e commit eac3c48

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/comparison.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,7 @@ function Base.:(==)(m1::AbstractMonomialLike, m2::AbstractMonomialLike)
315315
return iszero(cmp(m1, m2))
316316
end
317317

318-
function Base.cmp(
319-
m1::AbstractMonomial,
320-
m2::AbstractMonomial,
321-
)
318+
function Base.cmp(m1::AbstractMonomial, m2::AbstractMonomial)
322319
s1, s2 = promote_variables(m1, m2)
323320
return cmp(ordering(m1)(), exponents(s1), exponents(s2))
324321
end

0 commit comments

Comments
 (0)