Skip to content

Commit f2ec33c

Browse files
author
Papoteur
committed
Clean trailing spaces
1 parent b415695 commit f2ec33c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

manatools/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import gettext
1212

1313
class AppArgs :
14-
'''
14+
'''
1515
AppArs contains an base for parsing argument passed from command line.
1616
command is the application name
1717
It can be superseded to add specific options

manatools/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def userPrefSet(self, prefs):
9292
if category in self._userPrefs.keys():
9393
self._userPrefs[category][key] = value
9494
else:
95-
self._userPrefs[category] = {key : value}
95+
self._userPrefs[category] = {key : value}
9696

9797
def saveUserPreferences(self) :
9898
'''

test/testAppArgs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@
1919
if parser.args.version:
2020
print("v1")
2121

22-

0 commit comments

Comments
 (0)