Skip to content

Commit b5c626e

Browse files
committed
Spaces vs tabs please
1 parent 75a9318 commit b5c626e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ clean:
3333
rm -f ./**/*.pyc .coverage
3434

3535
publish:
36-
rm -rf dist build .egg .eggs arrow.egg-info
36+
rm -rf dist build .egg .eggs arrow.egg-info
3737
pip3 install -U setuptools twine wheel
3838
python3 setup.py sdist bdist_wheel
3939
twine upload dist/*

0 commit comments

Comments
 (0)