Skip to content

Commit

Permalink
Merge pull request #1497 from mohamed-barakat/newline
Browse files Browse the repository at this point in the history
print missing final newline in Display method for IsAdditiveClosureMorphism
  • Loading branch information
zickgraf authored Oct 26, 2023
2 parents 993058f + ee98d74 commit 532a018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FreydCategoriesForCAP/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "FreydCategoriesForCAP",
Subtitle := "Freyd categories - Formal (co)kernels for additive categories",
Version := "2023.10-06",
Version := "2023.10-07",
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
License := "GPL-2.0-or-later",

Expand Down
2 changes: 2 additions & 0 deletions FreydCategoriesForCAP/gap/AdditiveClosure.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1398,6 +1398,8 @@ InstallMethod( Display,

od;

Print( "\n" );

end );

##
Expand Down

0 comments on commit 532a018

Please sign in to comment.