fixed intendation

This commit is contained in:
Christian Pointner 2016-12-11 02:13:51 +01:00
parent da776da4c6
commit 03c2a1f76f
1 changed files with 2 additions and 2 deletions

View File

@ -126,9 +126,9 @@ func answer(c *telgo.Client, args []string) bool {
fallthrough
case "no":
c.Sayln("")
c.Sayln("Sorry to hear! You're missing out on a great experience.")
c.Sayln(" Sorry to hear! You're missing out on a great experience.")
default:
c.Sayln(" yes or no?")
c.Sayln(" yes or no?")
return false
}