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 a2bcb1c commit 4cd6f18Copy full SHA for 4cd6f18
1 file changed
Sources/FW/FWReader.swift
@@ -14,7 +14,7 @@ public class FWReader {
14
public fileprivate (set) var headerRow: [String]?
15
public fileprivate (set) var currentRow: [String]?
16
17
- init(string: String, rowWidth: Int, fieldSizes: [Int], hasHeaderRow: Bool = false, allowPartialRow: Bool = false, trimFields: Bool = false) throws {
+ public init(string: String, rowWidth: Int, fieldSizes: [Int], hasHeaderRow: Bool = false, allowPartialRow: Bool = false, trimFields: Bool = false) throws {
18
self.rowWidth = rowWidth
19
self.hasHeaderRow = hasHeaderRow
20
self.allowPartialRow = allowPartialRow
0 commit comments