Skip to content

Commit 74bef77

Browse files
committed
Fix lint
1 parent 7a9fbbc commit 74bef77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/Localize/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ LocaleListener.connect();
1515
// Note: This has to be initialized inside a function and not at the top level of the file, because Intl is polyfilled,
1616
// and if React Native executes this code upon import, then the polyfill will not be available yet and it will barf
1717
let CONJUNCTION_LIST_FORMATS_FOR_LOCALES;
18-
function init () {
18+
function init() {
1919
CONJUNCTION_LIST_FORMATS_FOR_LOCALES = _.reduce(CONST.LOCALES, (memo, locale) => {
2020
// This is not a supported locale, so we'll use ES_ES instead
2121
if (locale === CONST.LOCALES.ES_ES_ONFIDO) {

0 commit comments

Comments
 (0)