DEV: apply coding standards to plugins (#10594)

This commit is contained in:
Joffrey JAFFEUX
2020-09-04 13:51:53 +02:00
committed by GitHub
parent 034a59a69d
commit bf88410126
27 changed files with 269 additions and 277 deletions

View File

@ -25,7 +25,7 @@ export default class DateWithZoneHelper {
"day",
"hour",
"minute",
"second"
"second",
]),
this.timezone
);
@ -79,7 +79,7 @@ export default class DateWithZoneHelper {
minute: datetime.minute(),
second: datetime.second(),
timezone,
localTimezone
localTimezone,
});
}