Removed comma at the end of package listing in i3.py (#1839)

Removed comma at the end of package listing in i3.py
This commit is contained in:
Nikita Triblya 2023-06-12 10:54:38 +02:00 committed by GitHub
parent f9ce7679fe
commit 1b0c8f3ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class I3wmProfile(XorgProfile):
'xterm',
'lightdm-gtk-greeter',
'lightdm',
'dmenu',
'dmenu'
]
@property