Skip to content

Commit

Permalink
Remove extra semi colon from oomd/util/PluginArgParser.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: lnyng

Differential Revision: D52969146

fbshipit-source-id: 9c43d6ff0e051dc282c6314ca64e2df82f81f695
  • Loading branch information
r-barnes authored and facebook-github-bot committed Jan 23, 2024
1 parent 34463cc commit c9f52c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oomd/util/PluginArgParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ std::unordered_set<std::string> PluginArgParser::validArgNames() {
res.emplace(entry.first);
}
return res;
};
}

template <>
int64_t PluginArgParser::parseValue(const std::string& valueString) {
Expand Down

0 comments on commit c9f52c9

Please sign in to comment.