Skip to content

Commit

Permalink
Remove extra semi colon from fbmeshd/nl/NetlinkMessage.h
Browse files Browse the repository at this point in the history
Summary:
`-Wextra-semi` or `-Wextra-semi-stmt`

If the code compiles, this is safe to land.

Reviewed By: palmje

Differential Revision: D51995028
  • Loading branch information
r-barnes authored and facebook-github-bot committed Dec 12, 2023
1 parent b379111 commit b41737f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ TEST(HashSalterTest, HashSalterSameAsPythonTest) {
private_lift::hash_slinging_salter::base64SaltedHashFromBase64Key(
piiKey, b64Salt);
EXPECT_EQ(b64SaltedHashFromCpp, b64SaltedHashFromPy);
};
}

0 comments on commit b41737f

Please sign in to comment.