Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kneath committed Sep 20, 2013
1 parent b88d2df commit b2ed27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kss/section.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ def modifiers
end

private

def section_comment
comment_sections.find do |text|
text =~ Parser::STYLEGUIDE_PATTERN
end.to_s
end

def modifiers_comment
comment_sections[1..-1].reject do |section|
section == section_comment
Expand Down

0 comments on commit b2ed27f

Please sign in to comment.