From ece557873a5eeb69d6882d65612211392281ede8 Mon Sep 17 00:00:00 2001 From: Ilya Voronin Date: Tue, 5 Sep 2023 18:07:56 +0500 Subject: [PATCH] Removed whitespace --- TomatoBar/App.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomatoBar/App.swift b/TomatoBar/App.swift index 5074106..6f19154 100644 --- a/TomatoBar/App.swift +++ b/TomatoBar/App.swift @@ -55,7 +55,7 @@ class TBStatusItem: NSObject, NSApplicationDelegate { let paragraphStyle = NSMutableParagraphStyle() paragraphStyle.lineHeightMultiple = 0.9 paragraphStyle.alignment = NSTextAlignment.center - + let attributedTitle = NSAttributedString( string: title != nil ? " \(title!)" : "", attributes: [