fixed intendation

This commit is contained in:
Christian Pointner 2016-12-11 02:13:51 +01:00
parent da776da4c6
commit 03c2a1f76f

View File

@ -126,9 +126,9 @@ func answer(c *telgo.Client, args []string) bool {
fallthrough fallthrough
case "no": case "no":
c.Sayln("") 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: default:
c.Sayln(" yes or no?") c.Sayln(" yes or no?")
return false return false
} }