Skip to content

Commit 2257973

Browse files
committed
chore: formatting
1 parent 3230518 commit 2257973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/i18next/src/lib/InternationalizationHandler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ export class InternationalizationHandler {
213213
typeof defaultValueOrOptions === 'string'
214214
? defaultValueOrOptions
215215
: this.options.defaultMissingKey
216-
? language(this.options.defaultMissingKey, { replace: { key } })
217-
: '';
216+
? language(this.options.defaultMissingKey, { replace: { key } })
217+
: '';
218218

219219
return language<Key, TOpt, Ret, ActualOptions>(key, defaultValue, optionsOrUndefined);
220220
}

0 commit comments

Comments
 (0)