Skip to content

Commit

Permalink
Fix gofmt (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored Nov 8, 2024
1 parent 4acba80 commit 8acf38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8acf38b

Please sign in to comment.