Skip to content

Commit

Permalink
Removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoronin committed Sep 5, 2023
1 parent ed44c35 commit ece5578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TomatoBar/App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit ece5578

Please sign in to comment.