Skip to content

Commit 6f50030

Browse files
committed
Revert space
1 parent a1cbaeb commit 6f50030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ buildscript {
3232

3333
// Mainly for Detox testing for using Next Storage
3434
// when building next, force using next storage
35-
if(gradle.startParameter.getTaskNames().contains("assembleNext")) {
35+
if (gradle.startParameter.getTaskNames().contains("assembleNext")) {
3636
rootProject.setProperty("AsyncStorage_useNextStorage", "true")
3737
}
3838
Boolean nextStorageFlag = rootProject.hasProperty("AsyncStorage_useNextStorage") ? rootProject.properties["AsyncStorage_useNextStorage"] == "true" : false

0 commit comments

Comments
 (0)