Skip to content

Commit

Permalink
Fix format-check (oap-project#334)
Browse files Browse the repository at this point in the history
* format
  • Loading branch information
zhejiangxiaomai committed Jul 4, 2023
1 parent 3071e92 commit b78a97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/dwio/dwrf/test/WriterFlushTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class MockMemoryPool : public velox::memory::MemoryPool {
/*unused*/) override {
VELOX_UNSUPPORTED("freeContiguous unsupported");
}

bool highUsage() override {
VELOX_NYI("{} unsupported", __FUNCTION__);
}
Expand Down

0 comments on commit b78a97f

Please sign in to comment.