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 more lints.
  • Loading branch information
arekay authored Mar 5, 2024
1 parent d80f3e2 commit 549bc41
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 @@ -2,9 +2,9 @@
// SPDX-License-Identifier: Apache-2.0

#include "opentelemetry/sdk/metrics/export/periodic_exporting_metric_reader.h"
#include "opentelemetry/common/spin_lock_mutex.h"
#include "opentelemetry/sdk/common/global_log_handler.h"
#include "opentelemetry/sdk/metrics/push_metric_exporter.h"
#include "opentelemetry/common/spin_lock_mutex.h"

#include <chrono>
#if defined(_MSC_VER)
Expand Down

0 comments on commit 549bc41

Please sign in to comment.