Skip to content

Commit 1a13a88

Browse files
authored
Run prettier 2.x (#153)
1 parent 1048042 commit 1a13a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var y = d * 365.25;
2323
* @api public
2424
*/
2525

26-
module.exports = function(val, options) {
26+
module.exports = function (val, options) {
2727
options = options || {};
2828
var type = typeof val;
2929
if (type === 'string' && val.length > 0) {

0 commit comments

Comments
 (0)