Skip to content

Commit

Permalink
Remove extra semi colon from dynolog/src/metric_frame/MetricFrame.cpp (
Browse files Browse the repository at this point in the history
…#193)

Summary:
Pull Request resolved: #193

`-Wextra-semi` or `-Wextra-semi-stmt`

If the code compiles, this is safe to land.

Reviewed By: dmm-fb

Differential Revision: D51777992

fbshipit-source-id: cc18447ea355473f126a9a94f800786a588bf84a
  • Loading branch information
r-barnes authored and facebook-github-bot committed Dec 13, 2023
1 parent 1b07a34 commit 2afc78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynolog/src/metric_frame/MetricFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ bool MetricFrameMap::incFromLastSample(

size_t MetricFrameMap::width() const {
return series_.size();
};
}

std::optional<MetricSeriesVar> MetricFrameMap::series(
const std::string& name) const {
Expand Down

0 comments on commit 2afc78c

Please sign in to comment.