Skip to content

Commit 1f61dd8

Browse files
committed
cleanup
1 parent 347fbaa commit 1f61dd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/show.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ if VERSION < v"0.7.0-DEV.1144" # Define `isone` for base types JuliaLang/julia#2
66
isone(x::T) where T = x == one(T)
77
end
88

9-
109
function show(io::IO, m::AbstractMonomial)
1110
if isconstant(m)
1211
print(io, '1')

0 commit comments

Comments
 (0)