go fmt and some style fixes
This commit is contained in:
@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user