fix linting

This commit is contained in:
Andre Mueller 2024-10-25 11:18:59 +02:00
parent 41b8340b2b
commit 0d550c15a8
2 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ func preExecHook(c *Command) {
time.Sleep(MousetrapDisplayDuration) time.Sleep(MousetrapDisplayDuration)
} else { } else {
c.Println("Press return to continue...") c.Println("Press return to continue...")
fmt.Scanln() _, _ = fmt.Scanln()
} }
os.Exit(1) os.Exit(1)
} }