Skip to content

Commit 70c1d42

Browse files
committed
chore(fuunctions, lint): fix android formatting
not sure how this slipped through CI
1 parent f6fbd82 commit 70c1d42

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/functions/android/src/main/java/io/invertase/firebase/functions/UniversalFirebaseFunctionsModule.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ public class UniversalFirebaseFunctionsModule extends UniversalFirebaseModule {
3939
}
4040

4141
Task<Object> httpsCallable(
42-
String appName, String region, String host, Integer port, String name, Object data, ReadableMap options) {
42+
String appName,
43+
String region,
44+
String host,
45+
Integer port,
46+
String name,
47+
Object data,
48+
ReadableMap options) {
4349
return Tasks.call(
4450
getExecutor(),
4551
() -> {

0 commit comments

Comments
 (0)