mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-23 08:15:29 +01:00
fix: delete superfluous parenthesis
This commit is contained in:
parent
d603bbd329
commit
d7b7759e5d
@ -105,7 +105,7 @@ function central_projection(RG::GroupRing, chi::Function, T::Type=Rational{Int})
|
||||
result[g] = convert(T, (dim//ord)*chi(g))
|
||||
end
|
||||
|
||||
return result)
|
||||
return result
|
||||
end
|
||||
|
||||
function rankOne_projections(G::PermutationGroup, T::Type=Rational{Int})
|
||||
|
Loading…
Reference in New Issue
Block a user