Removed additional empty line in output

This commit is contained in:
EnumDev 2024-10-15 14:34:32 +03:00
parent ef16fa8195
commit a7b025d92d

View File

@ -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 {