From 69b21d4106fe6ab12fb31f4816f07590181da436 Mon Sep 17 00:00:00 2001 From: Laurent Bartholdi Date: Fri, 5 Feb 2021 11:52:38 +0100 Subject: [PATCH] Added test case, changed indentation --- lib/alglie.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/alglie.gi b/lib/alglie.gi index 785b8731ca..414c9638b6 100644 --- a/lib/alglie.gi +++ b/lib/alglie.gi @@ -3752,7 +3752,7 @@ InstallGlobalFunction( FreeLieAlgebra, function( arg ) od; od; od; od; - if degree<1 then B := []; else B := B[degree]; fi; + if degree<1 then B := []; else B := B[degree]; fi; return FreeLeftModule( R, List( B, p->ElementOfMagmaRing( F, zero, [ one ], [ p[3] ] )), Zero(L)); end) );