We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35dc99 commit d7e99c9Copy full SHA for d7e99c9
1 file changed
Sources/Objects2XLSX/Column/Column.swift
@@ -1125,8 +1125,8 @@ extension Column {
1125
public init(
1126
name: String,
1127
keyPath: KeyPath<ObjectType, InputType>,
1128
- transform: @escaping (InputType) -> OutputType
1129
- ) {
+ transform: @escaping (InputType) -> OutputType)
+ {
1130
self.init(
1131
name: name,
1132
keyPath: keyPath,
@@ -1177,8 +1177,8 @@ extension Column {
1177
1178
1179
1180
- transform: @escaping (InputType?) -> OutputType
1181
+ transform: @escaping (InputType?) -> OutputType)
1182
1183
1184
0 commit comments