Fixes for clang-tidy / sonar issues (#1536)
This commit is contained in:
committed by
GitHub
parent
1d90b60f56
commit
e4f94c15c6
@@ -27,7 +27,7 @@
|
||||
template <typename StorageType>
|
||||
struct CppApiTestFixture : public ::testing::Test {
|
||||
protected:
|
||||
virtual void SetUp() override { mgp::mrd.Register(&memory); }
|
||||
void SetUp() override { mgp::mrd.Register(&memory); }
|
||||
|
||||
void TearDown() override {
|
||||
if (std::is_same<StorageType, memgraph::storage::DiskStorage>::value) {
|
||||
|
||||
Reference in New Issue
Block a user