mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
whitespace
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ -f bin/post_compile]; then
|
||||
if [ -f bin/post_compile ]; then
|
||||
source bin/post_compile
|
||||
fi
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ -f bin/pre_compile]; then
|
||||
if [ -f bin/pre_compile ]; then
|
||||
source bin/pre_compile
|
||||
fi
|
||||
Reference in New Issue
Block a user