🎨 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 (
returnNil = false
cliConfig = &config.CLIConfig{}
// y bool
dodosCount int
requestCount int
timeout int

View File

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