Skip to content

Commit e3b72a7

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent bc20043 commit e3b72a7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/kolibri/utils/i18n.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,7 @@ export function i18nSetup(skipPolyfill = false) {
255255
if (Object.prototype.hasOwnProperty.call(global, 'Intl') || skipPolyfill) {
256256
_setUpVueIntl().then(resolve, reject);
257257
} else {
258-
Promise.all([
259-
import('intl'),
260-
importIntlLocale(currentLanguage),
261-
]).then(
258+
Promise.all([import('intl'), importIntlLocale(currentLanguage)]).then(
262259
// eslint-disable-line
263260
([intlModule, intlLocaleModule]) => {
264261
// import() returns the module directly

0 commit comments

Comments
 (0)