fixed indent

This commit is contained in:
gayansolid
2016-02-25 14:09:41 +05:30
parent 48d6f855d3
commit 9e95ea8ede
+1 -1
View File
@@ -9,7 +9,7 @@ declare module moment {
interface Moment {
tz(): string;
tz(timezone: string): Moment;
zoneAbbr() :Moment;
zoneAbbr() :Moment;
zoneName() :Moment;
}