Remove extra newline

This commit is contained in:
Michelle Linington 2021-10-05 21:45:51 -07:00
parent 334aac2e19
commit e439ef173e

View File

@ -82,7 +82,6 @@ final class HelpViewController: OWSTableViewController2 {
aboutSection.footerTitle = NSLocalizedString("SETTINGS_COPYRIGHT", comment: "Footer for the 'about' help section")
aboutSection.add(.copyableItem(label: NSLocalizedString("SETTINGS_VERSION", comment: ""),
value: AppVersion.shared().currentAppVersion4))
aboutSection.add(.disclosureItem(
withText: NSLocalizedString("SETTINGS_LEGAL_TERMS_CELL", comment: ""),
actionBlock: { [weak self] in