Skip to content

Commit

Permalink
fix: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
beig committed Oct 7, 2020
1 parent 3e2da28 commit b14e2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ function tile (options) {
}
// Center image in tile
if (is.defined(options.centre) || is.defined(options.center)) {
this._setBooleanOption('tileCentre', options.centre || options.center);
this._setBooleanOption('tileCentre', options.centre || options.center);
}
}
// Format
Expand Down

0 comments on commit b14e2d7

Please sign in to comment.