Commit fbe697d9 authored by Sunhat's avatar Sunhat

Fix indent

parent 6f1a73d3
...@@ -15,7 +15,7 @@ public class ExtraDimensionsPackage implements ReactPackage { ...@@ -15,7 +15,7 @@ public class ExtraDimensionsPackage implements ReactPackage {
@Override @Override
public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) { public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) {
return Arrays.<NativeModule>asList( return Arrays.<NativeModule>asList(
new ExtraDimensionsModule(reactContext) new ExtraDimensionsModule(reactContext)
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment