Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit f2bb69d

Browse files
Value is no longer used
1 parent 40b886d commit f2bb69d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/cli/cli.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ function safe_str_pad( $string, $length ) {
207207
} else {
208208
$real_length = safe_strlen( $string );
209209
}
210-
$show_length = Colors::length( $string );
211210
$diff = strlen( $string ) - $real_length;
212211
$length += $diff;
213212
return str_pad( $string, $length );

0 commit comments

Comments
 (0)