Skip to content

Commit

Permalink
Fix clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zhipeng-jia committed Dec 23, 2015
1 parent 2ba0319 commit aa51582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/db_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4777,7 +4777,7 @@ std::vector<std::uint64_t> ListSpecificFiles(
}
}
}
return std::move(file_numbers);
return file_numbers;
}

std::vector<std::uint64_t> ListTableFiles(Env* env, const std::string& path) {
Expand Down

0 comments on commit aa51582

Please sign in to comment.