Skip to content

Commit

Permalink
Value is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Sep 9, 2014
1 parent 40b886d commit f2bb69d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cli/cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ function safe_str_pad( $string, $length ) {
} else {
$real_length = safe_strlen( $string );
}
$show_length = Colors::length( $string );
$diff = strlen( $string ) - $real_length;
$length += $diff;
return str_pad( $string, $length );
Expand Down

0 comments on commit f2bb69d

Please sign in to comment.