Skip to content

Commit

Permalink
Remove empty line (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH authored Nov 25, 2024
1 parent ed25acf commit d15c251
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SemiclassicalOrthogonalPolynomials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ equals_layout(::ExpansionLayout, ::AbstractWeightLayout, A, B::SemiclassicalJaco
"""
RaisedOP(P, y)
gives the OPs w.r.t. (y - x) .* w based on lowering to Q.
Gives the OPs w.r.t. (y - x) .* w based on lowering to Q.
"""

struct RaisedOP{T, QQ, LL<:OrthogonalPolynomialRatio} <: OrthogonalPolynomial{T}
Q::QQ
::LL
Expand Down

0 comments on commit d15c251

Please sign in to comment.