Update MainApplication.java

fix indent
This commit is contained in:
Daniel Mariño Ruiz 2019-07-23 12:02:31 +02:00 committed by GitHub
parent 62ff44ab35
commit d748d17aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,8 @@ public class MainApplication extends Application implements ReactApplication {
protected List<ReactPackage> getPackages() { protected List<ReactPackage> getPackages() {
return Arrays.asList( return Arrays.asList(
new MainReactPackage(), new MainReactPackage(),
new ReactVideoPackage() new ReactVideoPackage()
); );
} }
}; };