Skip to content

Commit

Permalink
Remove semicolon(s) from 3 files inc fboss/lib/AlertLogger.cpp (#532)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #532

`-Wextra-semi` or `-Wextra-semi-stmt` found an extra semi

If the code compiles, this is safe to land.

Reviewed By: palmje, dmm-fb

Differential Revision: D53776137

fbshipit-source-id: cc37bcdc7150e3f91e0e26dbf37eae671c583179
  • Loading branch information
r-barnes authored and facebook-github-bot committed Feb 18, 2024
1 parent c82f824 commit a313608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ getSocketAgentFactoryPair(
getSocketFactoriesForMultipleParties(2, tlsInfo, factories);

return {std::move(factories.at(0)), std::move(factories.at(1))};
};
}

} // namespace fbpcf::engine::communication

0 comments on commit a313608

Please sign in to comment.