Open tisfeng opened 6 days ago
Refer https://github.com/vtourraine/AcknowList/issues/124
public init(acknowList: AcknowList? = AcknowParser.defaultAcknowList()) { self.init( acknowledgements: acknowList?.acknowledgements ?? [], headerText: acknowList?.headerText, footerText: acknowList?.footerText) }
I didn't change a lot of the code, there were some code changes that were caused by IDE auto-formatting, so feel free to change that back if it matters to you.
Refer https://github.com/vtourraine/AcknowList/issues/124