Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jul 1, 2024
1 parent 4b6613b commit b6ca41e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions test/variable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,7 @@ function _algebra_element_type(B, mono)
M = MP.monomial_type(mono)
C = JuMP.VariableRef
return SA.AlgebraElement{
MB.Algebra{
MB.SubBasis{
B,
M,
MP.monomial_vector_type(M),
},
B,
M,
},
MB.Algebra{MB.SubBasis{B,M,MP.monomial_vector_type(M)},B,M},
C,
Vector{C},
}
Expand Down

0 comments on commit b6ca41e

Please sign in to comment.