Skip to content

Commit 35af353

Browse files
committed
format
1 parent 4ff9eff commit 35af353

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

be/test/olap/snapshot_manager_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class SnapshotManagerTest : public testing::Test {
6969
ExecEnv::GetInstance()->set_storage_engine(nullptr);
7070
_engine = nullptr;
7171
}
72+
7273
protected:
7374
StorageEngine* _engine = nullptr;
7475
DataDir* _data_dir = nullptr;
@@ -104,7 +105,7 @@ TEST_F(SnapshotManagerTest, TestConvertRowsetIdsInvalidDir) {
104105
int64_t table_id = 1000;
105106
int64_t partition_id = 100;
106107
int32_t schema_hash = 54321;
107-
108+
108109
auto result = _engine->snapshot_mgr()->convert_rowset_ids(
109110
non_existent_dir, tablet_id, replica_id, table_id, partition_id, schema_hash);
110111
EXPECT_FALSE(result.has_value());

0 commit comments

Comments
 (0)