From 8acf38b85893b623b7621b106dafbd6fdb276d0d Mon Sep 17 00:00:00 2001 From: andig Date: Fri, 8 Nov 2024 10:17:20 +0100 Subject: [PATCH] Fix gofmt (#131) --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index f68f537..7078ae2 100644 --- a/bot.go +++ b/bot.go @@ -31,7 +31,7 @@ type MatchFunc func(update *models.Update) bool // Bot represents Telegram Bot main object type Bot struct { - lastUpdateID int64 + lastUpdateID int64 url string token string