Remove extra newline

This commit is contained in:
Kevin Sawicki
2013-04-19 08:46:37 -07:00
parent abc025326f
commit 4fa4bc5c17

View File

@@ -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])