go fmt and some style fixes

This commit is contained in:
Mattias Wadman
2024-07-08 12:17:00 +02:00
parent 15628e7770
commit 4b7a642b1f

View File

@ -609,7 +609,7 @@ func (result Result) DownloadWithOptions(
} else {
cmd.Args = append(cmd.Args, "--load-info", jsonTempPath)
}
//Force IPV4 Usage
// force IPV4 Usage
if result.Options.UseIPV4 {
cmd.Args = append(cmd.Args, "-4")
}