Skip to content

Commit ba8227d

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gap/io.gi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,8 +1238,7 @@ function(s)
12381238
# digraph definition line
12391239
if first_char = 'p' then
12401240
if IsBound(vertices) or Length(split) <> 4 or split[2] <> "edge" then
1241-
ErrorNoReturn("the format of the string <s>",
1242-
" cannot be determined");
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)