Skip to content

Commit 25e0e04

Browse files
committed
cleanup format
1 parent 582fff5 commit 25e0e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Instrumentation/Instrument.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public protocol Extractor: Sendable {
3737
/// A type that allows you to inject values to an associated carrier.
3838
///
3939
/// The associated type, `Carrier`, is often a client or outgoing request into which values are inserted for tracing spans.
40-
///
40+
///
4141
/// Typically the library adopting instrumentation provides an implementation of this type, since it is aware of its carrier type.
4242
/// That type can be combined with instrumentation or tracing implementations, which are not aware of the concrete carrier,
4343
/// and only provide an ``Instrument`` (or `Tracer`) which makes use of injector/extractor to operate on carrier values.
@@ -59,7 +59,7 @@ public protocol Injector: Sendable {
5959
/// The types are agnostic of the specific `Carrier` used to propagate metadata across API boundaries.
6060
/// Instead they specify the values to use for which keys.
6161
///
62-
/// Typically this type is implemented by an instrumentation, or tracing, library, while the injector/extractor types are implemented by a concrete library adopting the instrumentation library.
62+
/// Typically this type is implemented by an instrumentation, or tracing, library, while the injector/extractor types are implemented by a concrete library adopting the instrumentation library.
6363
public protocol Instrument: Sendable {
6464
/// Extract values from a carrier, using the given extractor, and inject them into the provided service context.
6565
///

0 commit comments

Comments
 (0)