Skip to content

Commit

Permalink
Fix code style in Gutenberg_HTML_Tag_Processor_6_5.
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko authored and Anton Vlasenko committed Dec 13, 2023
1 parent a51534b commit 5268dd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@ private function apply_attributes_updates( $shift_this_point = 0 ) {
* replacements adjust offsets in the input document.
*/
foreach ( $this->bookmarks as $bookmark_name => $bookmark ) {
$bookmark_end = $bookmark->start + $bookmark->length;
$bookmark_end = $bookmark->start + $bookmark->length;

/*
* Each lexical update which appears before the bookmark's endpoints
Expand Down

0 comments on commit 5268dd3

Please sign in to comment.