Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Feb 11, 2021
1 parent e6184b3 commit e97e7ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private function register_patterns() {
// Order categories alphabetically by their label.
uasort(
$pattern_categories,
function( $a, $b ) {
function ( $a, $b ) {
return strnatcasecmp( $a['label'], $b['label'] );
}
);
Expand Down

0 comments on commit e97e7ac

Please sign in to comment.