Skip to content

Commit

Permalink
Fix indentation in BorderZero linter
Browse files Browse the repository at this point in the history
Rubocop noticed a constant was misaligned.

Change-Id: Ie5296be458d51a4f1700b2df5a36fa7dd8478695
Reviewed-on: http://gerrit.causes.com/36712
Tested-by: jenkins <[email protected]>
Reviewed-by: Shane da Silva <[email protected]>
  • Loading branch information
sds authored and Shane da Silva committed Mar 29, 2014
1 parent 6340d41 commit e9d5967
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/scss_lint/linter/border_zero.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ def description

private

BORDER_PROPERTIES = %w[border
border-top
border-right
border-bottom
border-left]
BORDER_PROPERTIES = %w[border
border-top
border-right
border-bottom
border-left]
end
end

0 comments on commit e9d5967

Please sign in to comment.