Remove trailing whitespaces

This commit is contained in:
Aya Morisawa
2016-01-27 20:17:35 +09:00
parent d6c51c607b
commit 48f20e97bf
22 changed files with 209 additions and 210 deletions
+6 -7
View File
@@ -275,27 +275,27 @@ declare module '__timezonecomplete/basics' {
/**
* Year, 1970-...
*/
year?: number,
year?: number,
/**
* Month 1-12
*/
month?: number,
month?: number,
/**
* Day of month, 1-31
*/
day?: number,
day?: number,
/**
* Hour 0-23
*/
hour?: number,
hour?: number,
/**
* Minute 0-59
*/
minute?: number,
minute?: number,
/**
* Seconds, 0-59
*/
second?: number,
second?: number,
/**
* Milliseconds 0-999
*/
@@ -1517,4 +1517,3 @@ declare module '__timezonecomplete/globals' {
*/
export function abs(d: Duration): Duration;
}