Skip to content

Commit f0ecb7e

Browse files
format fix
1 parent 3db66c9 commit f0ecb7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/include/opentelemetry/sdk/metrics/view/attributes_processor.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ class FilteringExcludeAttributesProcessor : AttributesProcessor
113113
: exclude_list_(std::move(exclude_list))
114114
{}
115115

116-
FilteringExcludeAttributesProcessor(const std::unordered_map<std::string, bool> &exclude_list = {})
116+
FilteringExcludeAttributesProcessor(
117+
const std::unordered_map<std::string, bool> &exclude_list = {})
117118
: exclude_list_(exclude_list)
118119
{}
119120

0 commit comments

Comments
 (0)