From a78e4ccea29a4ad84e96c9b542078e28ddbcce09 Mon Sep 17 00:00:00 2001 From: kalmar Date: Sun, 16 Jul 2017 21:43:43 +0200 Subject: [PATCH] spacing --- src/WreathProducts.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WreathProducts.jl b/src/WreathProducts.jl index 82ccc77..9ab4ba6 100644 --- a/src/WreathProducts.jl +++ b/src/WreathProducts.jl @@ -175,7 +175,7 @@ function wreath_multiplication(g::WreathProductElem, h::WreathProductElem) parent(g) == parent(h) || throw("Can not multiply elements from different groups!") G = parent(g) - w=G.N((h.n).elts[inv(g.p).d]) + w = G.N((h.n).elts[inv(g.p).d]) return G(g.n*w, g.p*h.p) end