style(autoname-workspaces) Remove double Whitespace

This commit is contained in:
hxr404 2022-06-06 02:30:25 +02:00
parent 9e879242fd
commit ad20fe5e28
No known key found for this signature in database
GPG key ID: 265128F293C877D7

View file

@ -26,7 +26,7 @@ def icon_for_window(window):
if window.app_id is not None and len(window.app_id) > 0:
name = window.app_id.lower()
elif window.window_class is not None and len(window.window_class) > 0:
name = window.window_class.lower()
name = window.window_class.lower()
if name in WINDOW_ICONS:
return WINDOW_ICONS[name]