Skip to content

Commit d15c251

Browse files
authored
Remove empty line (#125)
1 parent ed25acf commit d15c251

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SemiclassicalOrthogonalPolynomials.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@ equals_layout(::ExpansionLayout, ::AbstractWeightLayout, A, B::SemiclassicalJaco
8181
"""
8282
RaisedOP(P, y)
8383
84-
gives the OPs w.r.t. (y - x) .* w based on lowering to Q.
84+
Gives the OPs w.r.t. (y - x) .* w based on lowering to Q.
8585
"""
86-
8786
struct RaisedOP{T, QQ, LL<:OrthogonalPolynomialRatio} <: OrthogonalPolynomial{T}
8887
Q::QQ
8988
::LL

0 commit comments

Comments
 (0)