Skip to content

Commit ec2c607

Browse files
author
Muhammed Simsek
committed
Fixed indentation
1 parent d0d84bf commit ec2c607

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ export const openInStore = async ({ appName, appStoreId, appStoreLocale = 'us',
5555
})
5656
}
5757
else {
58-
Linking.openURL(
59-
`https://play.google.com/store/apps/details?id=${playStoreId}`
60-
);
61-
}
58+
Linking.openURL(
59+
`https://play.google.com/store/apps/details?id=${playStoreId}`
60+
);
61+
}
6262
}
6363
};
6464

0 commit comments

Comments
 (0)