Skip to content

Commit 929d405

Browse files
committed
Whitespace cleanup in an otel-webserver-module mock
1 parent d8d7532 commit 929d405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instrumentation/otel-webserver-module/test/unit/mocks/mock_OpenTelemetry.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ class MockPropagator : public context::propagation::TextMapPropagator
102102
const context::Context &context) noexcept override {
103103
InjectImpl(carrier);
104104
}
105-
105+
106106
MOCK_METHOD(void, ExtractImpl, (const context::propagation::TextMapCarrier &carrier));
107107
MOCK_METHOD(void, InjectImpl, (context::propagation::TextMapCarrier &carrier));
108-
MOCK_METHOD(bool, Fields, (nostd::function_ref<bool(nostd::string_view)> callback),
108+
MOCK_METHOD(bool, Fields, (nostd::function_ref<bool(nostd::string_view)> callback),
109109
(const, noexcept, override));
110110
};
111111

0 commit comments

Comments
 (0)