miracle2k / django-assets

Django webassets integration.
BSD 2-Clause "Simplified" License
89 stars 79 forks source link

Fix indentation with tab instead of spaces #79

Closed adamchainz closed 8 years ago

adamchainz commented 8 years ago

There are a number of flake8 errors in the repo but this one can break the source under a number of transformations like minification. Spotted this when looking at the changes for #74.

Also checked the rest of the repo for tabs/spaces problems.

miracle2k commented 8 years ago

Thanks.