Skip to content

Commit ef4335e

Browse files
committed
Run swiftformat
feature/option-value-formatting
1 parent 75dfc22 commit ef4335e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/ArgumentEncoding/Formatters.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ public struct KeyFormatter: Sendable {
136136
public static let singleQuote = Self { "'\($0)'" }
137137
}
138138

139-
/// Name space for a closure that returns the Option's key and value separated by a string or as separate elements in an array
139+
/// Name space for a closure that returns the Option's key and value separated by a string or as separate elements in an
140+
/// array
140141
public struct SeparatorFormatter: Sendable {
141142
public let transform: @Sendable (_ key: String, _ value: String) -> [String]
142143

0 commit comments

Comments
 (0)