Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcairo committed Jan 30, 2025
1 parent e0655c7 commit cd26194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GRPCCore/Metadata.swift
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ extension Metadata: CustomStringConvertible {
if self.isEmpty {
return "[:]"
} else {
let elements = self.map { "\(String(reflecting: $0.key)): \(String(reflecting: $0.value))"}
let elements = self.map { "\(String(reflecting: $0.key)): \(String(reflecting: $0.value))" }
.joined(separator: ", ")
return "[\(elements)]"
}
Expand Down

0 comments on commit cd26194

Please sign in to comment.