Skip to content

Commit 48b2311

Browse files
committed
Fix bad formatting
1 parent e7083fd commit 48b2311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-functions/src/main/java/com/google/firebase/functions/FirebaseFunctions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Task<HttpsCallableResult> call(String name, @Nullable Object data, HttpsCallOpti
275275
return Tasks.forException(task.getException());
276276
}
277277
HttpsCallableContext context = task.getResult();
278-
URL url = getURL(name);
278+
URL url = getURL(name);
279279
return call(url, data, context, options);
280280
});
281281
}

0 commit comments

Comments
 (0)