Skip to content

Commit dd52623

Browse files
author
nkumar4
committed
Fixed clang-tidy error
1 parent d9e636b commit dd52623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kvbc/tools/state_snapshot_with_acl/state_snapshot_with_acl_tool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ int run(int argc, char* argv[]) {
321321
auto v = std::unique_ptr<std::string>(proto.release_value());
322322
value.assign(std::move(*v));
323323
for (auto& t : proto.trid()) {
324-
trids.emplace_back(std::move(t));
324+
trids.emplace_back(t);
325325
}
326326

327327
if (has_access(*v, trids)) {

0 commit comments

Comments
 (0)