removed some white spaces

This commit is contained in:
2025-08-04 23:07:05 -03:00
parent cf172c0d47
commit cd7a2f7cf9

View File

@@ -831,7 +831,7 @@ func QueryInstall(realname string) {
u, _ := url.Parse(v)
filename := path.Base(u.Path)
fmt.Printf("Checking for %s", filename)
fmt.Printf("Checking for %s\n", filename)
if CheckDownloaded(filename) {
err := Validate(filename, realname)
if err != nil {