Skip to content

Commit ccc81df

Browse files
committed
chore(prj): code format
1 parent 703890e commit ccc81df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/utils/telegram.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func (t telegram) ParseMessageLink(ctx context.Context, manager *peers.Manager,
4848
case 4:
4949
// https://t.me/c/1492447836/251015/251021
5050

51-
if paths[0]!="c" {
51+
if paths[0] != "c" {
5252
return nil, 0, fmt.Errorf("invalid message link")
5353
}
5454

0 commit comments

Comments
 (0)