Skip to content

Commit bc3cc1d

Browse files
committed
lint: remove additional spaces
1 parent 3c52d46 commit bc3cc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Comment_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ private function check_optional_args_and_all( $args, $all, $verb = 'delete' ) {
807807
* Gets all available comment IDs.
808808
*/
809809
private function get_all_comment_ids(): array {
810-
$query = new WP_Comment_Query();
810+
$query = new WP_Comment_Query();
811811

812812
/** @var array $comments */
813813
$comments = $query->query(

0 commit comments

Comments
 (0)