tidy line

This commit is contained in:
Oliver Gorwits
2017-11-04 23:22:12 +00:00
parent 10f78d5dbe
commit 650f6c719b

View File

@@ -39,7 +39,8 @@ sub import {
vars->{'last_worker_priority'} = 0; vars->{'last_worker_priority'} = 0;
}; };
foreach my $priority (sort {$b <=> $a} keys %{ vars->{'workers'}->{$phase}->{$namespace} }) { foreach my $priority (sort {$b <=> $a}
keys %{ vars->{'workers'}->{$phase}->{$namespace} }) {
# D::Factory::Hook::register_hook() does not work?! # D::Factory::Hook::register_hook() does not work?!
hook "nd2_core_${phase}" => $_ hook "nd2_core_${phase}" => $_