diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-06-04 01:08:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:59:07 +0700 |
commit | 2d8322a364576f829ec046164e708550e4aee669 (patch) | |
tree | edc44d896a9344cb6a293b1a2b7965012d60eb7f /python/testpath | |
parent | 88ad29636e58bc0290061f4d62f4fc92b2daf3f7 (diff) |
python/testpath: Fix indent spacing
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/testpath')
-rw-r--r-- | python/testpath/testpath.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/testpath/testpath.SlackBuild b/python/testpath/testpath.SlackBuild index ac9155418709..e6dd00699aa5 100644 --- a/python/testpath/testpath.SlackBuild +++ b/python/testpath/testpath.SlackBuild @@ -84,9 +84,9 @@ find -L . \ cat << EOF > setup.py from distutils.core import setup setup(name='${PRGNAM}', - version='${VERSION}', - packages=['${PRGNAM}'], - package_data={'': ['*']}) + version='${VERSION}', + packages=['${PRGNAM}'], + package_data={'': ['*']}) EOF # With the shim, it's a good idea to use "unshare -n" to prevent downloading |