Skip to content

Commit

Permalink
chore: fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton authored and marcysutton committed Dec 12, 2017
1 parent f7c9a28 commit f3bd2f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/commons/color/get-background-color.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,7 @@ color.filteredRectStack = function(elm) {
if (rectStack && rectStack.length === 1) {
// default case, elm.getBoundingClientRect()
return rectStack[0];
}
else if (rectStack && rectStack.length > 1) {
} else if (rectStack && rectStack.length > 1) {
let boundingStack = rectStack.shift();
let isSame;
// iterating over arrays of DOMRects
Expand Down

0 comments on commit f3bd2f5

Please sign in to comment.