Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 5, 2020
1 parent 6bf733f commit 625d7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reporters/basic.js
Expand Up @@ -40,7 +40,7 @@ export default class BasicReporter {
}
}

formatDate(date) {
formatDate (date) {
return this.options.formatOptions.date ? formatDate(this.options.dateFormat, date) : ''
}

Expand Down

0 comments on commit 625d7df

Please sign in to comment.