Skip to content

Commit b572fa7

Browse files
committed
Fix formatting
1 parent 145830a commit b572fa7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

generator/integration_tests/golden/tests/golden_thing_admin_connection_test.cc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ TEST(GoldenThingAdminClientTest, UpdateDatabaseDdlCancel) {
324324
EXPECT_CALL(*mock, AsyncUpdateDatabaseDdl)
325325
.WillOnce([&](CompletionQueue&, std::unique_ptr<grpc::ClientContext>,
326326
::google::test::admin::database::v1::
327-
UpdateDatabaseDdlRequest const&) {
327+
UpdateDatabaseDdlRequest const&) {
328328
return make_ready_future(make_status_or(op));
329329
});
330330

@@ -660,11 +660,11 @@ TEST(GoldenThingAdminClientTest, CreateBackupCancel) {
660660
auto const op = CreateStartingOperation();
661661
auto mock = std::make_shared<MockGoldenThingAdminStub>();
662662
EXPECT_CALL(*mock, AsyncCreateBackup)
663-
.WillOnce([&](CompletionQueue&, std::unique_ptr<grpc::ClientContext>,
664-
::google::test::admin::database::v1::
665-
CreateBackupRequest const&) {
666-
return make_ready_future(make_status_or(op));
667-
});
663+
.WillOnce(
664+
[&](CompletionQueue&, std::unique_ptr<grpc::ClientContext>,
665+
::google::test::admin::database::v1::CreateBackupRequest const&) {
666+
return make_ready_future(make_status_or(op));
667+
});
668668

669669
AsyncSequencer<StatusOr<google::longrunning::Operation>> get;
670670
EXPECT_CALL(*mock, AsyncGetOperation)
@@ -968,7 +968,7 @@ TEST(GoldenThingAdminClientTest, RestoreBackupCancel) {
968968
EXPECT_CALL(*mock, AsyncRestoreDatabase)
969969
.WillOnce([&](CompletionQueue&, std::unique_ptr<grpc::ClientContext>,
970970
::google::test::admin::database::v1::
971-
RestoreDatabaseRequest const&) {
971+
RestoreDatabaseRequest const&) {
972972
return make_ready_future(make_status_or(op));
973973
});
974974

0 commit comments

Comments
 (0)