Skip to content

Commit 4cd6f18

Browse files
quick fix
1 parent a2bcb1c commit 4cd6f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/FW/FWReader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class FWReader {
1414
public fileprivate (set) var headerRow: [String]?
1515
public fileprivate (set) var currentRow: [String]?
1616

17-
init(string: String, rowWidth: Int, fieldSizes: [Int], hasHeaderRow: Bool = false, allowPartialRow: Bool = false, trimFields: Bool = false) throws {
17+
public init(string: String, rowWidth: Int, fieldSizes: [Int], hasHeaderRow: Bool = false, allowPartialRow: Bool = false, trimFields: Bool = false) throws {
1818
self.rowWidth = rowWidth
1919
self.hasHeaderRow = hasHeaderRow
2020
self.allowPartialRow = allowPartialRow

0 commit comments

Comments
 (0)