Fix indentation

This commit is contained in:
Matt Jeanes
2016-07-26 00:38:34 +01:00
committed by GitHub
parent f25ec59073
commit 77102fa555

View File

@@ -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<void>;
* Verifies connection with server
*/
verify(callback: (error: Error, success?: boolean) => void): void;
/**
* Verifies connection with server
*/
verify(): Promise<void>;
/**
* Close all connections