Polish formatting

See gh-27833
This commit is contained in:
Stephane Nicoll 2021-12-21 09:34:39 +01:00
parent 731af9444c
commit ac1032ffc9
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ class HtmlCharacterEntityDecoder {
this.nextPotentialReferencePosition = -1; this.nextPotentialReferencePosition = -1;
break; break;
} }
if (this.nextSemicolonPosition - this.nextPotentialReferencePosition < MAX_REFERENCE_SIZE) { if (this.nextSemicolonPosition - this.nextPotentialReferencePosition < MAX_REFERENCE_SIZE) {
break; break;
} }