Skip to content

Commit

Permalink
chore(gulp-eslint): adjust indentation in lazy-load component
Browse files Browse the repository at this point in the history
  • Loading branch information
willamesoares committed Jan 29, 2018
1 parent 302547a commit 1bad23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/lazy-load.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class LazyLoad {
width: breakpoint[1]
}
})
.sort((a, b) => b.width - a.width)
.sort((a, b) => b.width - a.width)

for (let i = 0; i < breakpoints.length; i++) {
let breakpoint = breakpoints[i]
Expand Down

0 comments on commit 1bad23f

Please sign in to comment.