Skip to content

Commit

Permalink
Update sdk/src/metrics/export/periodic_exporting_metric_reader.cc
Browse files Browse the repository at this point in the history
Fix linter
  • Loading branch information
arekay authored Mar 5, 2024
1 parent 2b357fb commit 41443bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/metrics/export/periodic_exporting_metric_reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ bool PeriodicExportingMetricReader::OnShutDown(std::chrono::microseconds timeout
if (worker_thread_.joinable())
{
{
//ensure that `cv_` is awaiting, and the update doesn't get lost
// ensure that `cv_` is awaiting, and the update doesn't get lost
std::unique_lock<std::mutex> lk(cv_m_);
cv_.notify_one();
}
Expand Down

0 comments on commit 41443bf

Please sign in to comment.