Skip to content

Commit

Permalink
Stylecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-anderson committed Mar 7, 2025
1 parent f08a6d4 commit 741016b
Showing 1 changed file with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
/*
* Copyright © 2025 Apple Inc. and the ServiceTalk project authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.servicetalk.concurrent.api;

import io.opentelemetry.context.Context;
import io.servicetalk.context.api.ContextMap;

import io.opentelemetry.context.Context;

public final class OtelAgentCapturedContextProvider implements CapturedContextProvider {

public OtelAgentCapturedContextProvider() {
Expand Down

0 comments on commit 741016b

Please sign in to comment.