mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Format all the files in CL786733783
PiperOrigin-RevId: 786873870
This commit is contained in:
@@ -349,8 +349,7 @@ TEST_F(ClientSocketTest, TestSocketWithRandomDataProvider) {
|
||||
MutexLock lock(&mutex_);
|
||||
messages_read_.push_back(message);
|
||||
},
|
||||
.on_error_cb =
|
||||
[](absl::Status status) { LOG(ERROR) << status; },
|
||||
.on_error_cb = [](absl::Status status) { LOG(ERROR) << status; },
|
||||
},
|
||||
std::move(provider));
|
||||
socket.Connect();
|
||||
|
||||
Reference in New Issue
Block a user