Skip to content

Commit 89247a9

Browse files
committed
Clean up code
1 parent 139d572 commit 89247a9

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
@@ -43,8 +43,8 @@ module.exports = function (source, map) {
4343
source = this.exec(source, this.resource);
4444
}
4545

46-
postcss(plugins)
47-
.process(source, opts).then(function (result) {
46+
postcss(plugins).process(source, opts)
47+
.then(function (result) {
4848
result.warnings().forEach(function (msg) {
4949
loader.emitWarning(msg.toString());
5050
});

0 commit comments

Comments
 (0)