Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avkhozov committed Aug 21, 2023
1 parent 5d34131 commit d3451c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CS/Model/Checker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Mojo::Util qw/dumper trim/;
use Proc::Killfam;
use Time::HiRes qw/gettimeofday tv_interval/;

use constant MAX_OUTPUT_LENGTH = 100 * 1024;
use constant MAX_OUTPUT_LENGTH => 100 * 1024;

# Internal statuses
# 110 -- checker error
Expand Down

0 comments on commit d3451c7

Please sign in to comment.