Skip to content

Commit 363c30b

Browse files
committed
io.gi: slight formatting tweak
1 parent 9109893 commit 363c30b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gap/io.gi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,9 +1237,8 @@ function(s)
12371237

12381238
# digraph definition line
12391239
if first_char = 'p' then
1240-
if IsBound(vertices) or Length(split) <> 4 or split[2] <> "edge" then
1241-
ErrorNoReturn("the format of the string <s>",
1242-
" cannot be determined");
1240+
if IsBound(vertices) or Length(split) <> 4 or split[2] <> "edges" then
1241+
ErrorNoReturn("the format of the string <s> cannot be determined");
12431242
fi;
12441243
nr_vertices := int_from_string(split[3]);
12451244
vertices := [1 .. nr_vertices];

0 commit comments

Comments
 (0)