Skip to content

Commit bfbd702

Browse files
committed
Tidy all code with the latest Perl::Tidy
1 parent 8495827 commit bfbd702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Code/TidyAll.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ sub _build_plugin_objects {
275275
# alphabetical
276276
# TODO: These should probably sort in a consistent way independent of locale
277277
return [
278-
sort { ( $a->weight <=> $b->weight ) || ( $a->name cmp $b->name ) }
279-
map { $self->_load_plugin( $_, $self->_plugins_to_run->{$_} ) }
278+
sort { ( $a->weight <=> $b->weight ) || ( $a->name cmp $b->name ) }
279+
map { $self->_load_plugin( $_, $self->_plugins_to_run->{$_} ) }
280280
keys %{ $self->_plugins_to_run }
281281
];
282282
}

0 commit comments

Comments
 (0)