From 6ca741a4245ada541f475705fff28b4fd511ee9f Mon Sep 17 00:00:00 2001
From: Massimiliano Adamo <massimiliano.adamo@geant.org>
Date: Sun, 11 Apr 2021 16:55:02 +0200
Subject: [PATCH] minor

---
 build.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.sh b/build.sh
index 887e4e7..f6fb71e 100755
--- a/build.sh
+++ b/build.sh
@@ -80,7 +80,6 @@ run_upx() {
     upx --brute "$EXECUTABLE_PATH"
 }
 
-
 while true; do
     echo -e "\nUPX degrades performances but in the case of acme-downloader it is not noticeable"
     echo -e "UPX may or may not work for a specific platform (I haven't tried all the combinations)\n"
-- 
GitLab