From cd8a09b4ff74203954afe6d74b774a3a91fc2ce5 Mon Sep 17 00:00:00 2001 From: noorhashem Date: Wed, 24 Jun 2020 17:09:29 +0200 Subject: [PATCH] code styling --- 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 ad8c070f3078..8dc5973df866 100644 --- a/Extensions/Today/TodayViewController.swift +++ b/Extensions/Today/TodayViewController.swift @@ -44,7 +44,7 @@ private struct TodayUX { @objc (TodayViewController) class TodayViewController: UIViewController, NCWidgetProviding { var copiedURL: URL? - + fileprivate lazy var newTabButton: ImageButtonWithLabel = { let imageButton = ImageButtonWithLabel() imageButton.addTarget(self, action: #selector(onPressNewTab), forControlEvents: .touchUpInside)