Skip to content

Commit

Permalink
fix a clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyu85cn committed Jan 26, 2022
1 parent 8795944 commit 33c5ef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/storage/test/ChainTestUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ extern const int32_t mockSpaceVidLen;

using KeyGenerator = std::function<std::string(PartitionID partId, const cpp2::NewEdge& edge)>;

struct TransactionManagerTester {
class TransactionManagerTester {
public:
explicit TransactionManagerTester(TransactionManager* p) : man_(p) {}

void stop() {
Expand Down

0 comments on commit 33c5ef3

Please sign in to comment.