classic eslint fix

This commit is contained in:
Jamie Vigliotta 2020-07-28 13:58:31 -07:00
parent ad8ed419de
commit fd3be63805

View File

@ -21,4 +21,4 @@ export default class ISOTimeFormat {
validate(text) {
return !isNaN(Date.parse(text));
}
}
}