Skip to content

Commit 41443bf

Browse files
authored
Update sdk/src/metrics/export/periodic_exporting_metric_reader.cc
Fix linter
1 parent 2b357fb commit 41443bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/metrics/export/periodic_exporting_metric_reader.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ bool PeriodicExportingMetricReader::OnShutDown(std::chrono::microseconds timeout
194194
if (worker_thread_.joinable())
195195
{
196196
{
197-
//ensure that `cv_` is awaiting, and the update doesn't get lost
197+
// ensure that `cv_` is awaiting, and the update doesn't get lost
198198
std::unique_lock<std::mutex> lk(cv_m_);
199199
cv_.notify_one();
200200
}

0 commit comments

Comments
 (0)