Commit d22febae authored by gwenn's avatar gwenn

Gofmt

parent 34eebd24
......@@ -107,7 +107,7 @@ func saveHistory(state *liner.State, historyFileName string) error {
func catchInterrupt() {
ch := make(chan os.Signal)
go func() {
for _ = range ch {
for range ch {
/*db.Interrupt()
if !interactive {
os.Exit(0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment