Skip to content

Commit 9dcce16

Browse files
committed
fix
1 parent 12d99e9 commit 9dcce16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/paimon/testing/mock/mock_file_batch_reader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class MockFileBatchReader : public PrefetchFileBatchReader {
195195
Status next_batch_status_;
196196
bool enable_randomize_batch_size_ = true;
197197
std::vector<std::pair<uint64_t, uint64_t>> read_ranges_;
198-
std::mt19937 random_engine_{std::random_device{}()};
198+
std::mt19937 random_engine_{std::random_device{}()}; // NOLINT(whitespace/braces)
199199
};
200200

201201
} // namespace paimon::test

0 commit comments

Comments
 (0)