Skip to content

Commit

Permalink
White space
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Sep 22, 2022
1 parent 253fc87 commit f619d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/mate-hud/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def VALID_SEPARATOR_PAIRS():
u'\u2190' + ' '*3 + u'\u279C', # "← ➜" # doesn't seem to be a left arrow to match the right, so close enough
u'\u276E' + ' '*3 + u'\u276F', # "❮ ❯"
u'\u00AB' + ' '*3 + u'\u00BB', # "« »"
u'\u2039' + ' '*3 + u'\u203A' ] # "‹ ›"
u'\u2039' + ' '*3 + u'\u203A' ] # "‹ ›"

@constant
def SEPARATOR():
Expand Down

0 comments on commit f619d47

Please sign in to comment.