Remove redundant empty line

This commit is contained in:
David Ng
2017-08-25 17:45:22 +08:00
parent 59e2915a1e
commit d88dff842c
-2
View File
@@ -1,10 +1,8 @@
// Type definitions for passport-jwt 2.0
// Project: https://github.com/themikenicholson/passport-jwt
// Definitions by: TANAKA Koichi <https://github.com/mugeso/>
// Alex Young <https://github.com/alsiola/>
// David Ng <https://github.com/davidNHK/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { Strategy as PassportStrategy } from 'passport-strategy';