Skip to content

Commit 7efc947

Browse files
committed
Run pre-commit
1 parent 3f3e0cc commit 7efc947

File tree

6 files changed

+2
-11
lines changed

6 files changed

+2
-11
lines changed

src/cluster/Backend.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,3 @@ class Backend {
145145
};
146146

147147
} // namespace cluster
148-

src/cluster/WriterDecider.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "etl/WriterState.hpp"
2525
#include "util/Assert.hpp"
2626
#include "util/Spawn.hpp"
27-
#include "util/log/Logger.hpp"
2827

2928
#include <boost/asio/thread_pool.hpp>
3029

src/etl/ETLService.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ class ETLService : public ETLServiceInterface {
215215
[[nodiscard]] uint32_t
216216
syncCacheWithDb();
217217

218-
void updateCache(uint32_t seq);
218+
void
219+
updateCache(uint32_t seq);
219220

220221
void
221222
startMonitor(uint32_t seq);

src/etl/WriterState.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,3 @@ class WriterState : public WriterStateInterface {
181181
};
182182

183183
} // namespace etl
184-
185-

tests/unit/cluster/BackendTests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,3 @@ TEST_F(ClusterBackendTest, WriteNodeMessageWritesSelfDataWithRecentTimestampAndD
276276
clusterBackend.run();
277277
semaphore.acquire();
278278
}
279-

tests/unit/cluster/ClioNodeTests.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,3 @@ TEST_P(ClioNodeFromTest, FromWriterState)
239239
EXPECT_GE(node.updateTime, beforeTime);
240240
EXPECT_LE(node.updateTime, afterTime);
241241
}
242-
243-
244-
245-
246-

0 commit comments

Comments
 (0)