Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit e284ea9

Browse files
committed
i18n: Improve formatting
1 parent 288e677 commit e284ea9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/public/app/services/library_loader.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,12 @@ const MARKJS = {
7272
]
7373
};
7474

75-
const I18NEXT = { js: [
76-
"node_modules/i18next/i18next.min.js",
77-
"node_modules/i18next-http-backend/i18nextHttpBackend.min.js"
78-
] };
75+
const I18NEXT = {
76+
js: [
77+
"node_modules/i18next/i18next.min.js",
78+
"node_modules/i18next-http-backend/i18nextHttpBackend.min.js"
79+
]
80+
};
7981

8082
async function requireLibrary(library) {
8183
if (library.css) {

0 commit comments

Comments
 (0)