🎨 auto formatted

This commit is contained in:
Aykhan Shahsuvarov 2024-09-03 02:29:05 +04:00
parent 8b59dcfda4
commit 1690cd72c0
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ func CLIConfigReader() (*config.CLIConfig, error) {
var ( var (
returnNil = false returnNil = false
cliConfig = &config.CLIConfig{} cliConfig = &config.CLIConfig{}
// y bool
dodosCount int dodosCount int
requestCount int requestCount int
timeout int timeout int

View File

@ -291,7 +291,7 @@ func getClientDoFunc(
) )
} }
if !yes { if !yes {
response := readers.CLIYesOrNoReader("\n" + yesOrNoMessage, yesOrNoDefault) response := readers.CLIYesOrNoReader("\n"+yesOrNoMessage, yesOrNoDefault)
if !response { if !response {
utils.PrintAndExit("Exiting...") utils.PrintAndExit("Exiting...")
} }