Skip to content

Commit

Permalink
Remove extra semi colon from omnistore/client/common/SyncProtocol.cpp
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: D55534612

fbshipit-source-id: 3fd79a9e151b76afdefc106a70c866be76e65bee
  • Loading branch information
r-barnes authored and facebook-github-bot committed Mar 31, 2024
1 parent bd45100 commit b414ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oomd/plugins/systemd/BaseSystemdPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ bool BaseSystemdPlugin::talkToSystemdManager(
if (bus == nullptr) {
OLOG << "Failed to connect to system bus: bus is null";
return false;
};
}

/* Issue the method call and store the respons message in m */
r = ::sd_bus_call_method(
Expand Down

0 comments on commit b414ae1

Please sign in to comment.