mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
Remove unnecessary function and equally unnecessary whitespace.
This commit is contained in:
@@ -843,7 +843,7 @@ class LayerHighlightIterator {
|
||||
return this.openTags.slice()
|
||||
}
|
||||
|
||||
// Private methods
|
||||
// Private methods
|
||||
_moveUp (atLastChild) {
|
||||
let result = false
|
||||
const {endIndex} = this.treeCursor
|
||||
@@ -914,11 +914,7 @@ class LayerHighlightIterator {
|
||||
if (scopes) {
|
||||
return this.languageLayer.languageMode.grammar.idForScope(scopes)
|
||||
}
|
||||
}
|
||||
|
||||
idForScope (scopeName) {
|
||||
return this.languageLayer.languageMode.grammar.idForScope(scopeName)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
const applyLeafRules = (rules, cursor) => {
|
||||
|
||||
Reference in New Issue
Block a user