From a7b025d92dc2fd69689210262969a4f4984c71de Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 15 Oct 2024 14:34:32 +0300 Subject: [PATCH] Removed additional empty line in output --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 301a550..4ce677b 100644 --- a/main.go +++ b/main.go @@ -297,8 +297,6 @@ func resolveCommand() { fmt.Printf("A total of %s will be installed after the operation finishes\n", utils.BytesToHumanReadable(operation.GetFinalActionSize(rootDir))) } else if operation.GetFinalActionSize(rootDir) < 0 { fmt.Printf("A total of %s will be freed after the operation finishes\n", utils.BytesToHumanReadable(operation.GetFinalActionSize(rootDir))) - } else { - fmt.Println() } if !yesAll {