Skip to content

Commit a313608

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Remove semicolon(s) from 3 files inc fboss/lib/AlertLogger.cpp (#532)
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
1 parent c82f824 commit a313608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fbpcf/engine/communication/test/AgentFactoryCreationHelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ getSocketAgentFactoryPair(
117117
getSocketFactoriesForMultipleParties(2, tlsInfo, factories);
118118

119119
return {std::move(factories.at(0)), std::move(factories.at(1))};
120-
};
120+
}
121121

122122
} // namespace fbpcf::engine::communication

0 commit comments

Comments
 (0)