Skip to content

Commit 82318a5

Browse files
committed
code cleanup
1 parent 259b84a commit 82318a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

main.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func main() {
1313
// instantiate slack
1414
var s Slack
1515

16-
fmt.Println("Running Mario. Press ctrl+C to stop")
16+
fmt.Println("Running Mario. Press ctrl+C to stop it")
1717

1818
// slack token must be set as environmet var or passed as command line
1919
token := os.Getenv("TOKEN")
@@ -69,8 +69,6 @@ You can type '@mario help' to see a list of the available tasks I can perform.`
6969
log.Fatal(err)
7070
}
7171
}
72-
7372
}
74-
7573
}
7674
}

0 commit comments

Comments
 (0)