Skip to content

Commit

Permalink
make gaplint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Dec 18, 2023
1 parent d79fe05 commit c504d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/streams.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,7 @@ InstallMethod( SetPrintFormattingStatus, "for non-text output stream",
fi;

CheckValidPrintFormattingStatus(stat);
if (( IsBool(stat) and stat = true ) or
if (( IsBool(stat) and stat = true ) or
( IsRecord(stat) and (stat.linewrap or stat.indent) ) ) then
Error("non-text streams do not support print formatting");
fi;
Expand Down

0 comments on commit c504d29

Please sign in to comment.