Remove trailing spaces upon commit

This commit is contained in:
2024-01-07 16:44:39 -05:00
parent 5ce28e1138
commit 5d00f83df0
4 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import re
targets = (('TWEAK-EXTEND-FUNCTIONS', 'stweak.py', '\n', '\n\n', ''),
targets = (('TWEAK-EXTEND-FUNCTIONS', 'stweak.py', '\n', '\n\n', ''),
('TWEAK-EXTEND-OPTION', 'stweak.py', '', '', "curses_radio(['okay'], "
"'extension management is not supported on this platform\\\\n\\\\ninstead, you may install and manage "
"extensions through your system package manager\\\\n\\\\nofficial extension packages are available "