formatting

This commit is contained in:
naudachu 2023-06-09 19:19:43 +05:00
parent 636dd730a1
commit d9883b59c3
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ func newRepoHandler(ctx context.Context, mu *tgb.MessageUpdate) error {
return mu.Answer(newRepoAnswer(repoStr)).ParseMode(tg.HTML).DoVoid(ctx) return mu.Answer(newRepoAnswer(repoStr)).ParseMode(tg.HTML).DoVoid(ctx)
} }
func newRepoAnswer(name string) string { func newRepoAnswer(name string) string {
return tg.HTML.Text( return tg.HTML.Text(
tg.HTML.Line( tg.HTML.Line(