Skip to content

Commit

Permalink
Lint: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Nov 5, 2024
1 parent 737bf92 commit cb63bbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-includes/html-api/class-wp-html-tag-processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,6 @@ private function base_class_next_token(): bool {
$was_at = $this->bytes_already_parsed;
$this->after_tag();


// Don't proceed if there's nothing more to scan.
if (
self::STATE_COMPLETE === $this->parser_state ||
Expand Down

0 comments on commit cb63bbc

Please sign in to comment.