Skip to content

Commit 8549732

Browse files
authored
remove extra newline
1 parent 6d87a3e commit 8549732

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/rational.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ function //(x::Rational, y::Rational)
105105
end
106106

107107
//(x::Complex, y::Real) = complex(real(x)//y, imag(x)//y)
108-
109108
//(x::Number, y::Complex) = x*conj(y)//abs2(y)
110109

111110
function //(x::Union{Integer, Rational, Complex{<:Union{Rational, Integer}}}, y::Complex{<:Union{Rational, Integer}})

0 commit comments

Comments
 (0)