Skip to content

Commit

Permalink
make perltidy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 16, 2015
1 parent 9448d4c commit 36abce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Reactor/Poll.pm
Expand Up @@ -64,7 +64,7 @@ sub one_tick {
}

# Wait for timeout if poll can't be used
elsif ($timeout) { usleep $timeout * 1000 }
elsif ($timeout) { usleep($timeout * 1000) }

# Timers (time should not change in between timers)
my $now = steady_time;
Expand Down

0 comments on commit 36abce9

Please sign in to comment.