Skip to content

Commit 1760ba4

Browse files
committed
Cosmetic change in code
1 parent 013d5b2 commit 1760ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algebra.gi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ InstallMethod ( AlgebraAsQuiverAlgebra,
892892
#
893893
if not IsPathAlgebra( AA ) then
894894
idealgens := List( idealgens, x -> x![ 1 ] );
895-
Append( idealgens, Jt );
895+
Append( idealgens, Jt );
896896
fi;
897897
if Length( idealgens ) = 0 then
898898
return [ AA, images ];

0 commit comments

Comments
 (0)