不要怂,就是干,撸起袖子干!

Commit 01ebbea1 by jchbh-duplicate

add space in expression

1 parent d37d3f7d
Showing with 1 additions and 1 deletions
......@@ -316,7 +316,7 @@ module.exports = (function() {
// Bit fields are returned as buffers
value = value[0];
}
value = _.isString(value)?!!parseInt(value):!!value;
value = _.isString(value) ? !!parseInt(value) : !!value;
}
if (!options.raw && originalValue !== value) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!