Skip to content

Commit e9dfa89

Browse files
Remove extra white space
1 parent 22a008a commit e9dfa89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Rewrite_Command.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,9 @@ public function structure( $args, $assoc_args ) {
160160

161161
// Launch a new process to flush rewrites because core expects flush
162162
// to happen after rewrites are set
163-
164-
$cmd = 'rewrite flush';
163+
$cmd = 'rewrite flush';
165164
if ( Utils\get_flag_value( $assoc_args, 'hard' ) ) {
166165
$cmd .= ' --hard';
167-
168166
if ( ! in_array( 'mod_rewrite', (array) WP_CLI::get_config( 'apache_modules' ), true ) ) {
169167
WP_CLI::warning( 'Regenerating a .htaccess file requires special configuration. See usage docs.' );
170168
}

0 commit comments

Comments
 (0)