🎨 auto formatted

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

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...")
}