Skip to content

Commit 32d7af0

Browse files
authored
Remove blanks
1 parent b082258 commit 32d7af0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Plugin_Command.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ public function activate( $args, $assoc_args = [] ) {
401401
$message = wp_strip_all_tags( $message );
402402
$message = str_replace( 'Error: ', '', $message );
403403
WP_CLI::warning( "Failed to activate plugin. {$message}" );
404-
405404
// If the error is due to unexpected output, display it for debugging
406405
if ( 'unexpected_output' === $result->get_error_code() ) {
407406
/**

0 commit comments

Comments
 (0)