Skip to content

Commit d7e99c9

Browse files
committed
style: Apply SwiftFormat before push
1 parent c35dc99 commit d7e99c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Sources/Objects2XLSX/Column/Column.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,8 +1125,8 @@ extension Column {
11251125
public init(
11261126
name: String,
11271127
keyPath: KeyPath<ObjectType, InputType>,
1128-
transform: @escaping (InputType) -> OutputType
1129-
) {
1128+
transform: @escaping (InputType) -> OutputType)
1129+
{
11301130
self.init(
11311131
name: name,
11321132
keyPath: keyPath,
@@ -1177,8 +1177,8 @@ extension Column {
11771177
public init(
11781178
name: String,
11791179
keyPath: KeyPath<ObjectType, InputType>,
1180-
transform: @escaping (InputType?) -> OutputType
1181-
) {
1180+
transform: @escaping (InputType?) -> OutputType)
1181+
{
11821182
self.init(
11831183
name: name,
11841184
keyPath: keyPath,

0 commit comments

Comments
 (0)