Skip to content

Commit

Permalink
Fix spacing for perltidy
Browse files Browse the repository at this point in the history
  • Loading branch information
brsakai-csco committed Jun 9, 2023
1 parent 270ad22 commit dee5146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Prefork.pm
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ sub _wait {
while ($chunk =~ /(\d+):(\d)\n/g) {
next unless my $w = $self->{pool}{$1};
@$w{qw(healthy time)} = (1, $time) and $self->emit(heartbeat => $1);
if($2) {
if ($2) {
$w->{graceful} ||= $time;
$w->{quit}++;
}
Expand Down

0 comments on commit dee5146

Please sign in to comment.