Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jul 10, 2024
1 parent 0a26e3e commit ae2c24f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/monomial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ function Base.getindex(basis::SubBasis{B,M}, value::Polynomial{B,M}) where {B,M}
return mono
end

function explicit_basis_covering(
::FullBasis{B},
target::SubBasis{B},
) where {B}
function explicit_basis_covering(::FullBasis{B}, target::SubBasis{B}) where {B}
return SubBasis{B}(target.monomials)
end

Expand Down

0 comments on commit ae2c24f

Please sign in to comment.