Indentation fix

This commit is contained in:
Alexander Cerutti
2019-06-15 22:08:21 +02:00
parent 691aa69d50
commit 97ac79f2f4

View File

@@ -134,6 +134,7 @@ export class Pass implements PassIndexSignature {
* We are replacing the slashes to avoid Windows slashes * We are replacing the slashes to avoid Windows slashes
* composition. * composition.
*/ */
Object.assign(finalBundle, ...Object.keys(this.l10nBundles[lang]) Object.assign(finalBundle, ...Object.keys(this.l10nBundles[lang])
.map(fileName => { .map(fileName => {
const fullPath = path.join(`${lang}.lproj`, fileName).replace(/\\/, "/"); const fullPath = path.join(`${lang}.lproj`, fileName).replace(/\\/, "/");