Skip to content

Commit

Permalink
Remove extra semi colon from hbt/src/mon/TraceCollector.cpp
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/hhvm#9414

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

If the code compiles, this is safe to land.

Reviewed By: palmje

Differential Revision: D51995016

fbshipit-source-id: 56fe31e095b72c99b99fef446309d42e8052af38
  • Loading branch information
r-barnes authored and facebook-github-bot committed Dec 21, 2023
1 parent 6561e85 commit b39deb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbt/src/mon/TraceCollector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void TraceCollector::emplaceThreadGenerator(
nullptr,
TraceCollector::kTidLevel,
params.thread_switch_aux_rb_min_num_events));
};
}

void TraceCollector::emplaceTagStackGeneratorFromRbs(
std::shared_ptr<TPhasesPerCpuRingBuffer> phases_per_cpu_rb,
Expand Down

0 comments on commit b39deb1

Please sign in to comment.