From 1dc7a8d55552a700f27f9dacd2954c4f177b4025 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Tue, 1 Jan 2019 18:01:17 +0100 Subject: [PATCH] Remove unnecessary space --- termux-apt-repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termux-apt-repo b/termux-apt-repo index 8fe46b3..dcd8e2a 100755 --- a/termux-apt-repo +++ b/termux-apt-repo @@ -130,7 +130,7 @@ for hash in hashes: hash_string = hash.upper()+'Sum' else: hash_string = hash.upper() - print(hash_string + ': ', file=release_file) + print(hash_string + ':', file=release_file) for component in COMPONENTS: for arch_dir_path in glob.glob(os.path.join(distribution_path, component, 'binary-*')):