Skip to content

Commit 65082cc

Browse files
committed
fix identation
1 parent 678fb4e commit 65082cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ function processRoot(root, from, opts) {
101101
// if we use `.all`, then in the final contents of "a.css",
102102
// css rules from "b.css" will come before those from "c.css"
103103
return sequence(rules, function (rule) {
104-
return processRule(rule, from, opts)
105-
})
104+
return processRule(rule, from, opts)
105+
})
106106
.then(function (rows) {
107107
return [].concat.apply([], rows)
108108
.reduce(function (o, r) {

0 commit comments

Comments
 (0)