Skip to content

Commit 542fbc2

Browse files
committed
Code style fixes
1 parent b2620a8 commit 542fbc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ module.exports = function (source, map) {
1414
annotation: false
1515
}
1616
};
17-
18-
if (typeof map === 'string') {
17+
18+
if ( typeof map === 'string' ) {
1919
map = JSON.parse(map);
2020
}
21-
21+
2222
if ( map && map.mappings ) opts.map.prev = map;
2323
if ( params.safe ) opts.safe = true;
2424

0 commit comments

Comments
 (0)