Skip to content

Commit 73243c9

Browse files
committed
fix lint
1 parent a0591f0 commit 73243c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/channels/manager_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ func (m *mockChannel) SendPlaceholder(ctx context.Context, chatID string) (strin
3737
m.lastPlaceholderID = "mock-ph-123"
3838
return m.lastPlaceholderID, nil
3939
}
40+
4041
func (m *mockChannel) EditMessage(ctx context.Context, chatID, messageID, content string) error {
4142
m.editedMessages++
4243
return nil

0 commit comments

Comments
 (0)