From fd9f16f862587bde12e5254e4c1e3d21ae94f9d1 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Wed, 27 Jan 2016 19:49:29 +0900 Subject: [PATCH] Remove trailing whitespaces --- winston/winston.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winston/winston.d.ts b/winston/winston.d.ts index 5fecf42018..aa7b0c7cf7 100644 --- a/winston/winston.d.ts +++ b/winston/winston.d.ts @@ -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; }