Skip to content

Commit

Permalink
fix: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 25, 2019
1 parent 26acbcc commit a5be46e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/pdf/src/index.js
Expand Up @@ -5,13 +5,13 @@ const createGoto = require('@browserless/goto')
const getMargin = unit =>
typeof str === 'string'
? {
margin: {
top: unit,
right: unit,
bottom: unit,
left: unit
}
margin: {
top: unit,
right: unit,
bottom: unit,
left: unit
}
}
: unit

module.exports = ({ goto, ...gotoOpts } = {}) => {
Expand Down

0 comments on commit a5be46e

Please sign in to comment.