From d88dff842cb65159936df01ca8e2825020fc0840 Mon Sep 17 00:00:00 2001 From: David Ng Date: Fri, 25 Aug 2017 17:45:22 +0800 Subject: [PATCH] Remove redundant empty line --- types/passport-jwt/index.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/passport-jwt/index.d.ts b/types/passport-jwt/index.d.ts index 74da98d3f9..9bc14618d1 100644 --- a/types/passport-jwt/index.d.ts +++ b/types/passport-jwt/index.d.ts @@ -1,10 +1,8 @@ // Type definitions for passport-jwt 2.0 // Project: https://github.com/themikenicholson/passport-jwt - // Definitions by: TANAKA Koichi // Alex Young // David Ng - // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped import { Strategy as PassportStrategy } from 'passport-strategy';