Skip to content

Commit

Permalink
fix: remove needless spacer on string/number cond;
Browse files Browse the repository at this point in the history
 - 2B gzip
  • Loading branch information
lukeed committed May 30, 2020
1 parent 7948a7e commit ff11464
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Expand Up @@ -18,7 +18,6 @@ function toVal(mix) {
}
}
} else if (typeof mix !== 'boolean' && !mix.call) {
str && (str += ' ');
str += mix;
}
}
Expand Down

0 comments on commit ff11464

Please sign in to comment.