Skip to content

Commit

Permalink
Use the latest version of perltidy
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 20, 2022
1 parent 5f3a10f commit 62ec36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Minion/Worker.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Minion::Worker;
use Mojo::Base 'Mojo::EventEmitter';

use Carp qw(croak);
use Carp qw(croak);
use Mojo::Util qw(steady_time);

has [qw(commands status)] => sub { {} };
Expand Down

0 comments on commit 62ec36d

Please sign in to comment.