Skip to content

Commit

Permalink
Spaces in the brackets for coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekPress committed Oct 3, 2016
1 parent f5274bb commit 296f39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/functions/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function imagify_query_results_combine( $keys, $values ) {
function get_imagify_bulk_buffer_size() {
$sizes = count( get_imagify_thumbnail_sizes() );

switch (true) {
switch ( true ) {
case ( $sizes >= 10 ) :
return 1;
break;
Expand Down

0 comments on commit 296f39e

Please sign in to comment.