Skip to content

Commit

Permalink
Apply previous change by analogy in a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-hughes-tiledb committed Jan 9, 2024
1 parent f71523f commit 2e67053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiledb/sm/consolidator/test/unit_fragment_consolidator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ using namespace tiledb::sm;
namespace tiledb::sm {
class WhiteboxFragmentConsolidator {
public:
static FragmentConsolidationWorkspace&& create_buffers(
static FragmentConsolidationWorkspace create_buffers(
stats::Stats* stats,
const bool with_timestamps,
const bool with_delete_meta,
Expand Down

0 comments on commit 2e67053

Please sign in to comment.