Skip to content

Commit

Permalink
SQUASH: remove unnecessary move
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanDollberg committed May 26, 2023
1 parent 20870e0 commit 20498db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/resource_mgmt/memory_sampling.cc
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,5 @@ memory_sampling::get_sampled_memory_profiles(std::optional<size_t> shard_id) {
});
}

co_return std::move(resp);
co_return resp;
}

0 comments on commit 20498db

Please sign in to comment.