Skip to content

Commit e07e595

Browse files
Remove extra leading line in method
1 parent 4e0e86f commit e07e595

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/User_Command.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,6 @@ private function update_msuser_status( $user_ids, $pref, $value ) {
12861286
* @subcommand check-password
12871287
*/
12881288
public function check_password( $args, $assoc_args ) {
1289-
12901289
$escape_chars = Utils\get_flag_value( $assoc_args, 'escape-chars', false );
12911290

12921291
if ( ! $escape_chars && wp_slash( wp_unslash( $args[1] ) ) !== $args[1] ) {

0 commit comments

Comments
 (0)