Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GreLI committed Oct 28, 2018
1 parent 5718ef2 commit ee065be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/svgo/js2svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function JS2SVG(config) {
if (config) {
this.config = Object.assign({}, defaults, config);
} else {
this.config = Object.assign({}, defaults);
this.config = Object.assign({}, defaults);
}

var indent = this.config.indent;
Expand Down

0 comments on commit ee065be

Please sign in to comment.