Skip to content

Commit

Permalink
style: use linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrMatsko committed Sep 27, 2024
1 parent 8205e7f commit 2b28ffb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions senders/telegram/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ package telegram
import (
"errors"
"fmt"
mock_moira_alert "github.com/moira-alert/moira/mock/moira-alert"
"go.uber.org/mock/gomock"
"strings"
"testing"
"time"

mock_moira_alert "github.com/moira-alert/moira/mock/moira-alert"
"go.uber.org/mock/gomock"

logging "github.com/moira-alert/moira/logging/zerolog_adapter"
. "github.com/smartystreets/goconvey/convey"
)
Expand Down

0 comments on commit 2b28ffb

Please sign in to comment.