Skip to content

Commit

Permalink
Conform informal syntax requirements everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Nov 18, 2015
1 parent 8283c54 commit c906287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/svgo/coa.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function optimizeFromString(svgstr, config, datauri, input, output) {
output = input;
}

if (! config.quiet) {
if (!config.quiet) {
console.log('\r');
}

Expand Down Expand Up @@ -505,7 +505,7 @@ function optimizeFolder(dir, config, output) {
return;
}

if (! config.quiet) {
if (!config.quiet) {
console.log(file + ':');

// print time info
Expand Down

0 comments on commit c906287

Please sign in to comment.