Skip to content

Commit 93642e0

Browse files
committed
Replace a hard tab with spaces
1 parent 2e64c7e commit 93642e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323

2424
# set up virtualenv arguments
2525
if [[ $VERSION = pypy-* ]]; then
26-
PYTHON_BIN=pypy
26+
PYTHON_BIN=pypy
2727
VIRTENV_VERSION=$VERSION
2828
elif [[ $VERSION = pypy3* ]]; then
2929
PYTHON_BIN=pypy3

0 commit comments

Comments
 (0)