From d1bbf07a534c7cd70cb28c748dad9a9e768f403b Mon Sep 17 00:00:00 2001 From: tmpfile Date: Sat, 8 Jul 2017 16:30:22 -0300 Subject: community/[various]: fix trailing whitespace --- community/py-termcolor/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/py-termcolor') diff --git a/community/py-termcolor/APKBUILD b/community/py-termcolor/APKBUILD index bffc156ad1..bfd6de3abd 100644 --- a/community/py-termcolor/APKBUILD +++ b/community/py-termcolor/APKBUILD @@ -18,7 +18,7 @@ builddir="$srcdir/$_pkgname-$pkgver" build() { cd "$builddir" python2 setup.py build || return 1 - python3 setup.py build || return 1 + python3 setup.py build || return 1 } package() { -- cgit v1.2.3