From 9e95ea8ede147d9822f10cffd3d32799ec121216 Mon Sep 17 00:00:00 2001 From: gayansolid Date: Thu, 25 Feb 2016 14:09:41 +0530 Subject: [PATCH] fixed indent --- moment-timezone/moment-timezone.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moment-timezone/moment-timezone.d.ts b/moment-timezone/moment-timezone.d.ts index 5d7d24bf7..42dd4b9f7 100644 --- a/moment-timezone/moment-timezone.d.ts +++ b/moment-timezone/moment-timezone.d.ts @@ -9,7 +9,7 @@ declare module moment { interface Moment { tz(): string; tz(timezone: string): Moment; - zoneAbbr() :Moment; + zoneAbbr() :Moment; zoneName() :Moment; }