mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-05 02:11:27 +01:00
fix indentation
This commit is contained in:
parent
0ab4df2ce5
commit
1783ba5065
@ -197,11 +197,11 @@ end
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
function show(io::IO, G::DirectProductGroup)
|
function show(io::IO, G::DirectProductGroup)
|
||||||
println(io, "$(G.n)-fold direct product of $(G.group)")
|
print(io, "$(G.n)-fold direct product of $(G.group)")
|
||||||
end
|
end
|
||||||
|
|
||||||
function show(io::IO, g::DirectProductGroupElem)
|
function show(io::IO, g::DirectProductGroupElem)
|
||||||
print(io, "($(join(g.elts,",")))")
|
print(io, "[$(join(g.elts,","))]")
|
||||||
end
|
end
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user