Lint: trailing whitespace

This commit is contained in:
Federico Brigante 2019-05-16 17:08:34 +08:00 committed by GitHub
parent 7c8b90ffb5
commit e4b9bcda87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -387,6 +387,6 @@ Object.defineProperties(is, {
// ES module compatibility
// TODO: Remove this for the next major release
is.default = is;
is.default = is;
export = is;