Skip to content

Commit

Permalink
style: prettier lib/getMapFile
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Jan 9, 2020
1 parent 9ebb843 commit 9a5e383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/getMapfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const path = require('path')
module.exports = function getMapfile(options) {
if (options.map && typeof options.map.annotation === 'string') {
return `${ path.dirname(options.to) }/${ options.map.annotation }`
return `${path.dirname(options.to)}/${options.map.annotation}`
}
return `${options.to}.map`
}

0 comments on commit 9a5e383

Please sign in to comment.