mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
🎨 Remove empty if branch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user