Fix some lints.
This commit is contained in:
parent
458a89724a
commit
6b0d3ce2a6
4 changed files with 8 additions and 8 deletions
|
@ -159,8 +159,8 @@ func TestNewEditMessageCaption(t *testing.T) {
|
|||
func TestNewEditMessageReplyMarkup(t *testing.T) {
|
||||
markup := InlineKeyboardMarkup{
|
||||
InlineKeyboard: [][]InlineKeyboardButton{
|
||||
[]InlineKeyboardButton{
|
||||
InlineKeyboardButton{Text: "test"},
|
||||
{
|
||||
{Text: "test"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue