mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Remove extra newline
This commit is contained in:
@@ -24,7 +24,6 @@ class ScopeMatcher
|
||||
scopeSegments = scope.split('.')
|
||||
return false if scopeSegments.length < @segments.length
|
||||
|
||||
|
||||
for segment, index in @segments
|
||||
return false unless segment.matches(scopeSegments[index])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user