File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ public protocol Tracer: Instrument {
53
53
}
54
54
55
55
extension Tracer {
56
-
57
-
58
56
#if swift(>=5.3.0)
59
57
/// Start a new ``Span`` with the given `Baggage` starting "now".
60
58
///
@@ -94,12 +92,12 @@ extension Tracer {
94
92
/// - file: The `file` where the span was started.
95
93
/// - line: The file line where the span was started.
96
94
public func startSpan(
97
- _ operationName: String ,
98
- baggage: Baggage ,
99
- ofKind kind: SpanKind = . internal,
100
- function: String = #function,
101
- file: String = #file,
102
- line: UInt = #line
95
+ _ operationName: String ,
96
+ baggage: Baggage ,
97
+ ofKind kind: SpanKind = . internal,
98
+ function: String = #function,
99
+ file: String = #file,
100
+ line: UInt = #line
103
101
) -> Span {
104
102
self . startSpan (
105
103
operationName,
@@ -112,7 +110,6 @@ extension Tracer {
112
110
)
113
111
}
114
112
#endif
115
-
116
113
}
117
114
118
115
// ==== ----------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments