bug squish

This commit is contained in:
Oliver Gorwits
2017-09-05 19:58:28 +01:00
parent 46ece568f6
commit f48004fffa
3 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ sub status {
return (
$self->done_slot ? 'done'
: $self->defer_slot ? 'defer'
: 'error';
: 'error'
);
}