mirror of
https://github.com/aykhans/dodo.git
synced 2025-09-01 00:53:34 +00:00
🎨 auto formatted
This commit is contained in:
@@ -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...")
|
||||
}
|
||||
|
Reference in New Issue
Block a user