Skip to content

Commit

Permalink
Run prettier 2.x (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Dec 7, 2020
1 parent 1048042 commit 1a13a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -23,7 +23,7 @@ var y = d * 365.25;
* @api public
*/

module.exports = function(val, options) {
module.exports = function (val, options) {
options = options || {};
var type = typeof val;
if (type === 'string' && val.length > 0) {
Expand Down

0 comments on commit 1a13a88

Please sign in to comment.