From e439ef173efb3cf2f44471edad6a3cdc1bdd7dd2 Mon Sep 17 00:00:00 2001 From: Michelle Linington Date: Tue, 5 Oct 2021 21:45:51 -0700 Subject: [PATCH] Remove extra newline --- Signal/src/ViewControllers/AppSettings/HelpViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Signal/src/ViewControllers/AppSettings/HelpViewController.swift b/Signal/src/ViewControllers/AppSettings/HelpViewController.swift index 5cce176435..c7574052cc 100644 --- a/Signal/src/ViewControllers/AppSettings/HelpViewController.swift +++ b/Signal/src/ViewControllers/AppSettings/HelpViewController.swift @@ -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