Skip to content

Commit

Permalink
fix: minor space typo in the AbsAlgAssMor output after decompositio…
Browse files Browse the repository at this point in the history
…n of `group_algebra` (#1715)

* fix: minor space in the `AbsAlgAssMor` output after decomposition of `group_algebra`
  • Loading branch information
Fe-r-oz authored Jan 3, 2025
1 parent 3f9f55b commit cc62e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AlgAss/AlgGrp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function show(io::IO, A::GroupAlgebra)
else
print(io, "Group algebra of group ")
if is_finite(group(A))
print(io, "of order ", order(group(A)))
print(io, "of order ", order(group(A)), " ")
else
print(io, "of infinite order ")
end
Expand Down

0 comments on commit cc62e1c

Please sign in to comment.