Address some feedback from clang-tidy

This commit is contained in:
Tyler Neely
2022-08-01 15:37:16 +00:00
parent 5bb3361a2d
commit 9576eea051
8 changed files with 29 additions and 32 deletions

View File

@@ -30,7 +30,7 @@ struct CounterResponse {
};
void run_server(Io<SimulatorTransport> io) {
uint64_t highest_seen;
uint64_t highest_seen = 0;
while (!io.ShouldShutDown()) {
std::cout << "[SERVER] Is receiving..." << std::endl;