Skip to content

Commit

Permalink
style: use linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrMatsko committed Nov 27, 2024
1 parent 6cb7741 commit 1f3db97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/handler/triggers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ import (
"context"
"encoding/json"
"fmt"
logging "github.com/moira-alert/moira/logging/zerolog_adapter"
"github.com/moira-alert/moira/metric_source/remote"
"io"
"net/http"
"net/http/httptest"
"strings"
"testing"
"time"

logging "github.com/moira-alert/moira/logging/zerolog_adapter"
"github.com/moira-alert/moira/metric_source/remote"

prometheus "github.com/prometheus/client_golang/api/prometheus/v1"

"github.com/moira-alert/moira"
Expand Down

0 comments on commit 1f3db97

Please sign in to comment.