1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 10:01:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

chore: indent

This commit is contained in:
sunnylqm
2023-12-31 17:05:37 +08:00
parent 1daafb0142
commit 7229f8847a

View File

@@ -57,7 +57,7 @@ public class UpdateModule extends NativeUpdateSpec {
@Override
public void downloadFullUpdate(ReadableMap options, final Promise promise) {
UpdateModuleImpl.downloadFullUpdate(this.updateContext,options,promise);
UpdateModuleImpl.downloadFullUpdate(this.updateContext,options,promise);
}
@Override