Skip to content

Commit

Permalink
linting: remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
sp94 committed Oct 9, 2023
1 parent fdd93dd commit 4b7200b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papaparse.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ License: MIT
_escapedQuote = _config.escapeChar + _quoteChar;
}

if (_config.escapeFormulae instanceof RegExp ) {
if (_config.escapeFormulae instanceof RegExp) {
_escapeFormulae = _config.escapeFormulae;
} else if (typeof _config.escapeFormulae === 'boolean' && _config.escapeFormulae) {
_escapeFormulae = /^[=+\-@\t\r].*$/;
Expand Down

0 comments on commit 4b7200b

Please sign in to comment.