Skip to content

Commit 5f30cf3

Browse files
committed
Formating fix
1 parent 7824292 commit 5f30cf3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

functions/integration_test/src/integration_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@ TEST_F(FirebaseFunctionsTest, TestFunctionFromURLWithLimitedUseAppCheckToken) {
438438
data.map()["secondNumber"] = 2;
439439

440440
std::string proj = app_->options().project_id();
441-
// V2 functions can still be addressed via the V1 URL schema which handles internal routing
441+
// V2 functions can still be addressed via the V1 URL schema which handles
442+
// internal routing
442443
std::string url =
443444
"https://us-central1-" + proj + ".cloudfunctions.net/addNumbers";
444445

0 commit comments

Comments
 (0)