From d7b7759e5d783cbfcd0f5c0a801e9c32995f7368 Mon Sep 17 00:00:00 2001 From: kalmar Date: Mon, 17 Jul 2017 10:28:18 +0200 Subject: [PATCH] fix: delete superfluous parenthesis --- src/Projections.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Projections.jl b/src/Projections.jl index 12e1c3d..9fef19e 100644 --- a/src/Projections.jl +++ b/src/Projections.jl @@ -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})