node: Fix whitespace (#22694)

This commit is contained in:
Andy
2018-01-05 08:18:22 -08:00
committed by GitHub
parent cba95bf187
commit d28699513a

View File

@@ -1748,7 +1748,7 @@ declare module "https" {
rejectUnauthorized?: boolean;
NPNProtocols?: any;
SNICallback?: (servername: string, cb: (err: Error | null, ctx: tls.SecureContext) => void) => void;
secureProtocol?: string;
secureProtocol?: string;
}
export interface RequestOptions extends http.RequestOptions {