From 77102fa5554c1fd71de450d3e549fa8d49534067 Mon Sep 17 00:00:00 2001 From: Matt Jeanes Date: Tue, 26 Jul 2016 00:38:34 +0100 Subject: [PATCH] Fix indentation --- nodemailer/nodemailer.d.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nodemailer/nodemailer.d.ts b/nodemailer/nodemailer.d.ts index 48ddd2767d..647566437f 100644 --- a/nodemailer/nodemailer.d.ts +++ b/nodemailer/nodemailer.d.ts @@ -48,14 +48,14 @@ declare module "nodemailer" { use(step: string, plugin: Plugin): void; /** - * Verifies connection with server - */ - verify(callback: (error: Error, success?: boolean) => void): void; - - /** - * Verifies connection with server - */ - verify(): Promise; + * Verifies connection with server + */ + verify(callback: (error: Error, success?: boolean) => void): void; + + /** + * Verifies connection with server + */ + verify(): Promise; /** * Close all connections