Skip to content

Commit

Permalink
Fix 'ReferenceError: indent is not defined' (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Feb 18, 2021
1 parent 4b46caa commit 0c85caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/svgo/coa.js
Expand Up @@ -137,7 +137,7 @@ async function action(args, opts) {
config.js2svg = config.js2svg || {};
config.js2svg.pretty = true;
if (opts.indent != null) {
config.js2svg.indent = indent;
config.js2svg.indent = opts.indent;
}
}

Expand Down

0 comments on commit 0c85caa

Please sign in to comment.