fix PEP8 "E203 whitespace before ':' or ','"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 22:06:59 -04:00
parent fccb990521
commit f1812d5935
6 changed files with 20 additions and 20 deletions

View file

@ -50,8 +50,8 @@ def get_default_config():
'keystore': '$HOME/.local/share/fdroidserver/keystore.jks',
'smartcardoptions': [],
'char_limits': {
'Summary' : 50,
'Description' : 1500
'Summary': 50,
'Description': 1500
},
'keyaliases': { },
}