mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
fix PEP8 "E203 whitespace before ':' or ','"
This commit is contained in:
parent
fccb990521
commit
f1812d5935
6 changed files with 20 additions and 20 deletions
|
@ -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': { },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue