Skip to content

Commit 26d20f8

Browse files
schlesserapmgarman
andauthored
Code formatting
Co-Authored-By: pmgarman <[email protected]>
1 parent cef3709 commit 26d20f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ public function size( $args, $assoc_args ) {
828828
define( 'TB_IN_BYTES', 1024 * GB_IN_BYTES );
829829
}
830830

831-
if( $human_readable ) {
831+
if ( $human_readable ) {
832832
$size_key = floor( log( $row['Size'] ) / log( 1024 ) );
833833
$sizes = array( 'B', 'KB', 'MB', 'GB', 'TB' );
834834

0 commit comments

Comments
 (0)