Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Jul 27, 2023
1 parent f076acb commit 66b069b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/include/opentelemetry/sdk/common/empty_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ namespace sdk
* This helps to avoid constructing a new empty container every time a call is made
* with default attributes.
*/
static const opentelemetry::common::KeyValueIterableView<
std::array<std::pair<std::string, int>, 0>>
static const opentelemetry::common::KeyValueIterableView<std::array<std::pair<std::string, int>, 0>>
&GetEmptyAttributes() noexcept
{
static const std::array<std::pair<std::string, int>, 0> array{};
Expand Down

0 comments on commit 66b069b

Please sign in to comment.