Skip to content

Commit 9a5e383

Browse files
committed
style: prettier lib/getMapFile
1 parent 9ebb843 commit 9a5e383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/getMapfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const path = require('path')
33
module.exports = function getMapfile(options) {
44
if (options.map && typeof options.map.annotation === 'string') {
5-
return `${ path.dirname(options.to) }/${ options.map.annotation }`
5+
return `${path.dirname(options.to)}/${options.map.annotation}`
66
}
77
return `${options.to}.map`
88
}

0 commit comments

Comments
 (0)