Skip to content

Commit

Permalink
Remove extra semi colon from internal_repo_rocksdb/repo/util/coding_t…
Browse files Browse the repository at this point in the history
…est.cc

Summary:
`-Wextra-semi` or `-Wextra-semi-stmt`

If the code compiles, this is safe to land.

Reviewed By: palmje

Differential Revision: D55534622

fbshipit-source-id: dfff34924da6f2cdad34ed21f8f08a9bab9189a7
  • Loading branch information
r-barnes authored and facebook-github-bot committed Mar 30, 2024
1 parent 21d11de commit 7e80032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/coding_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ TEST(Coding, Varint64) {
values.push_back(power);
values.push_back(power - 1);
values.push_back(power + 1);
};
}

std::string s;
for (unsigned int i = 0; i < values.size(); i++) {
Expand Down

0 comments on commit 7e80032

Please sign in to comment.