We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8495827 commit bfbd702Copy full SHA for bfbd702
lib/Code/TidyAll.pm
@@ -275,8 +275,8 @@ sub _build_plugin_objects {
275
# alphabetical
276
# TODO: These should probably sort in a consistent way independent of locale
277
return [
278
- sort { ( $a->weight <=> $b->weight ) || ( $a->name cmp $b->name ) }
279
- map { $self->_load_plugin( $_, $self->_plugins_to_run->{$_} ) }
+ sort { ( $a->weight <=> $b->weight ) || ( $a->name cmp $b->name ) }
+ map { $self->_load_plugin( $_, $self->_plugins_to_run->{$_} ) }
280
keys %{ $self->_plugins_to_run }
281
];
282
}
0 commit comments