Change print width to 120 (#671)

* Increase line-width to 120

* Auto-fix 100->120 columns
This commit is contained in:
Rijk van Zanten
2020-06-01 16:50:08 -04:00
committed by GitHub
parent a2d04ecd26
commit 4c2f5dc2ba
153 changed files with 453 additions and 1819 deletions

View File

@@ -88,9 +88,7 @@ export async function setLanguage(lang: Language): Promise<boolean> {
const dateTimeFormats = await import(`@/lang/${lang}/date-format.json`);
i18n.setDateTimeFormat(lang, dateTimeFormats);
} catch {
console.log(
`[setCurrentLanguage] ❌ Couldn't fetch date time formats for language "${lang}"`
);
console.log(`[setCurrentLanguage] ❌ Couldn't fetch date time formats for language "${lang}"`);
}
}