mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Tabs, meet your new overlords: spaces
In a quest to reach pep8, use spaces to indent rather than tabs.
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
from models import Category
|
||||
|
||||
def get_struct():
|
||||
# Products
|
||||
for c in Category.objects.all():
|
||||
yield ('download/products/%s/' % c.id,
|
||||
0.3)
|
||||
# Products
|
||||
for c in Category.objects.all():
|
||||
yield ('download/products/%s/' % c.id,
|
||||
0.3)
|
||||
|
||||
# Don't index the ftp browser for now - it doesn't really contain
|
||||
# anything useful to search
|
||||
# Don't index the ftp browser for now - it doesn't really contain
|
||||
# anything useful to search
|
||||
|
Reference in New Issue
Block a user