Skip to content

Commit bbe0acf

Browse files
author
Kenneth Reitz
committed
whitespace
1 parent 05e6580 commit bbe0acf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/steps/django/collectstatic

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ python $MANAGE_FILE collectstatic --dry-run --noinput &> /dev/null && RUN_COLLEC
1313

1414
echo "-----> Collecting static files"
1515

16-
1716
# Compile assets if collectstatic appears to be kosher.
1817
if [ "$RUN_COLLECTSTATIC" ]; then
1918
python $MANAGE_FILE collectstatic --noinput | indent

0 commit comments

Comments
 (0)