options: go fmt

pull/292/head
dande 4 years ago
parent ef05beb4e7
commit ef00a90aef

@ -161,6 +161,7 @@ func (pt PollType) MarshalJSON() ([]byte, error) {
}
type row []Btn
func (r *ReplyMarkup) Row(many ...Btn) row {
return many
}
@ -210,7 +211,6 @@ func(r *ReplyMarkup) URL(unique,text,url string) Btn {
return Btn{Unique: unique, Text: text, URL: url}
}
func (r *ReplyMarkup) Query(unique string, text, query string) Btn {
return Btn{Unique: unique, Text: text, InlineQuery: query}
}

Loading…
Cancel
Save