Skip to content

Commit

Permalink
Whitespace cleanup in an otel-webserver-module mock
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-mccann committed Jul 15, 2024
1 parent e495b43 commit 4afbfd6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ class MockPropagator : public context::propagation::TextMapPropagator
const context::Context &context) noexcept override {
InjectImpl(carrier);
}

MOCK_METHOD(void, ExtractImpl, (const context::propagation::TextMapCarrier &carrier));
MOCK_METHOD(void, InjectImpl, (context::propagation::TextMapCarrier &carrier));
MOCK_METHOD(bool, Fields, (nostd::function_ref<bool(nostd::string_view)> callback),
MOCK_METHOD(bool, Fields, (nostd::function_ref<bool(nostd::string_view)> callback),
(const, noexcept, override));
};

Expand Down

0 comments on commit 4afbfd6

Please sign in to comment.