Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit eec958a

Browse files
authored
Apply suggestions from code review
1 parent fe87888 commit eec958a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Baggage/BaggageContext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public struct BaggageContext: BaggageContextProtocol {
6464

6565
extension BaggageContext: CustomStringConvertible {
6666
public var description: String {
67-
"\(Self.self)(keys: \(self._storage.map { $0.key.name }))"
67+
"\(Self.self)(keys: \(self._storage.map(\.key.name)))"
6868
}
6969
}
7070

0 commit comments

Comments
 (0)