mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +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
|
@ -141,6 +141,6 @@ build_server_always = False
|
|||
# Limit in number of characters that fields can take up
|
||||
# Only the fields listed here are supported, defaults shown
|
||||
char_limits = {
|
||||
'Summary' : 50,
|
||||
'Description' : 1500
|
||||
'Summary': 50,
|
||||
'Description': 1500
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue