From 9545675adcfffe8bcb60176a764874961c407b37 Mon Sep 17 00:00:00 2001 From: noorhashem Date: Tue, 23 Jun 2020 22:34:02 +0200 Subject: [PATCH] removed extra tabs --- Extensions/Today/TodayViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extensions/Today/TodayViewController.swift b/Extensions/Today/TodayViewController.swift index b5ed878a511d..f2786c96eb2c 100644 --- a/Extensions/Today/TodayViewController.swift +++ b/Extensions/Today/TodayViewController.swift @@ -169,7 +169,7 @@ class TodayViewController: UIViewController, NCWidgetProviding { func widgetMarginInsets(forProposedMarginInsets defaultMarginInsets: UIEdgeInsets) -> UIEdgeInsets { return .zero } - + func updateCopiedLink() { UIPasteboard.general.asyncURL().uponQueue(.main) { res in if let copiedURL: URL? = res.successValue,