Skip to content

Commit

Permalink
unify code-styling by removing some whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalsaleh committed Dec 10, 2022
1 parent 795fb3a commit f2413e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gap/catreps.g
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ ConcreteCategory:=function(arg)
od;
od;
codomains:=SSortedList(codomains);

#Ensures domains/codomains of morphisms in provided objects list
for dom in domains do
included:=false;
Expand Down Expand Up @@ -175,7 +175,7 @@ ConcreteCategory:=function(arg)
od;

output.objects:=SSortedList(arg[2]);

elif Length(arg)=1 then
ObjectsList(output);
fi;
Expand Down

0 comments on commit f2413e3

Please sign in to comment.