Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thepalbi committed Nov 3, 2023
1 parent d12d812 commit cb8ccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/common/loki/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"context"
"errors"
"fmt"
"github.com/grafana/agent/pkg/util"
"io"
"net/http"
"strconv"
Expand All @@ -22,6 +21,7 @@ import (

"github.com/grafana/agent/component/common/loki"
"github.com/grafana/agent/pkg/build"
"github.com/grafana/agent/pkg/util"
lokiutil "github.com/grafana/loki/pkg/util"
)

Expand Down

0 comments on commit cb8ccfb

Please sign in to comment.