🎨 Remove empty if branch

This commit is contained in:
Max Brunsfeld
2018-07-20 14:17:29 -07:00
parent 457cde4525
commit 12a3972d90

View File

@@ -806,8 +806,7 @@ class LayerHighlightIterator {
} else {
this.done = true
}
} else if (this._moveDown()) {
} else {
} else if (!this._moveDown()) {
const scopeId = this._currentScopeId()
if (scopeId) this.closeTags.push(scopeId)
this.atEnd = true