Skip to content

Commit 5ece719

Browse files
committed
Remove some trailing whitespace
1 parent 602b4b3 commit 5ece719

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

PackageInfo.g

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@
77
# terms of the GNU General Public License as published by the Free Software Foundation;
88
# either version 2 of the License, or (at your option) any later version.
99

10-
1110
SetPackageInfo( rec(
1211
PackageName := "LieRing",
13-
Subtitle := "Computing with finitely presented Lie rings",
12+
Subtitle := "Computing with finitely presented Lie rings",
1413
Version := "2.3dev",
1514
Date := "01/11/2016", # dd/mm/yyyy format
1615
License := "GPL-2.0-or-later",
1716

1817
Persons := [
19-
rec(
18+
rec(
2019
LastName := "Cicalò",
2120
FirstNames := "Serena",
2221
IsAuthor := true,
@@ -84,7 +83,7 @@ Lazard correspondence.",
8483

8584
Dependencies := rec(
8685
GAP := ">=4.8",
87-
NeededOtherPackages:= [ ],
86+
NeededOtherPackages:= [ ],
8887
SuggestedOtherPackages := [ ],
8988
ExternalConditions := []
9089
),

0 commit comments

Comments
 (0)