Skip to content

Commit

Permalink
auto format fixed space
Browse files Browse the repository at this point in the history
  • Loading branch information
ARANR018 authored and ARANR018 committed Oct 1, 2021
1 parent 9c82c39 commit e74893c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftBar/MenuBar/MenuBarItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ extension MenubarItem {

if params.refresh {
plugin?.refresh()
updateMenu(content: plugin?.content) //dumb fix for #221, ideally come up with something better...
updateMenu(content: plugin?.content) // dumb fix for #221, ideally come up with something better...
return true
}
return false
Expand Down

0 comments on commit e74893c

Please sign in to comment.