Merge pull request #7832 from AyaMorisawa/patch-13

Remove trailing whitespaces
This commit is contained in:
Masahiro Wakame
2016-01-29 13:26:36 +09:00
+1 -1
View File
@@ -47,7 +47,7 @@ declare module "winston" {
export function setLevels(target: any): any;
export function cli(): LoggerInstance;
export function addRewriter(rewriter: MetadataRewriter): void;
export interface MetadataRewriter {
(level: string, msg: string, meta: any): any;
}