mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:02 +08:00
Put a space between the value and the unit
This commit is contained in:
parent
990062d7ee
commit
c71ba8cafe
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Profile_Command {
|
|||
|
||||
$profile = array(
|
||||
'memory_usage' => self::convert_size( memory_get_usage( true ) ),
|
||||
'total_time' => round( microtime( true ) - $start_time, 3 ) . 's',
|
||||
'total_time' => round( microtime( true ) - $start_time, 3 ) . ' s',
|
||||
);
|
||||
$formatter = new \WP_CLI\Formatter( $assoc_args, array_keys( $profile ) );
|
||||
$formatter->display_item( $profile );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue