diff options
author | Magnus Hagander | 2019-01-17 14:30:25 +0000 |
---|---|---|
committer | Magnus Hagander | 2019-01-17 14:35:39 +0000 |
commit | 87237f6536a1e6df112ca34818cf8459cb04fc68 (patch) | |
tree | 1c85c7d11382bb7ef6a2c98e780df7b8ffd59e8d /pgweb/featurematrix/struct.py | |
parent | b2ed4946551c098079d1a156b222d4ebf5c85cba (diff) |
Tabs, meet your new overlords: spaces
In a quest to reach pep8, use spaces to indent rather than tabs.
Diffstat (limited to 'pgweb/featurematrix/struct.py')
-rw-r--r-- | pgweb/featurematrix/struct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgweb/featurematrix/struct.py b/pgweb/featurematrix/struct.py index c3eef315..3601f227 100644 --- a/pgweb/featurematrix/struct.py +++ b/pgweb/featurematrix/struct.py @@ -1,2 +1,2 @@ def get_struct(): - yield ('about/featurematrix/', None) + yield ('about/featurematrix/', None) |