Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MasslessParticle committed Apr 1, 2024
1 parent 822ea1c commit e44351e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pkg/ingester/ingester.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"flag"
"fmt"
"github.com/grafana/loki/pkg/logqlmodel/metadata"
"math/rand"
"net/http"
"os"
Expand All @@ -13,6 +12,8 @@ import (
"sync"
"time"

"github.com/grafana/loki/pkg/logqlmodel/metadata"

lokilog "github.com/grafana/loki/pkg/logql/log"

"github.com/go-kit/log"
Expand Down
3 changes: 2 additions & 1 deletion pkg/ingester/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ package ingester
import (
"context"
"fmt"
"github.com/grafana/loki/pkg/logqlmodel/metadata"
"math"
"net/http"
"os"
"sync"
"syscall"
"time"

"github.com/grafana/loki/pkg/logqlmodel/metadata"

"github.com/grafana/loki/pkg/util/httpreq"

"github.com/go-kit/log/level"
Expand Down
3 changes: 2 additions & 1 deletion pkg/iter/entry_iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package iter

import (
"context"
"github.com/grafana/loki/pkg/logqlmodel/metadata"
"io"
"math"
"sync"
"time"

"github.com/grafana/loki/pkg/logqlmodel/metadata"

"github.com/grafana/loki/pkg/logproto"
"github.com/grafana/loki/pkg/logqlmodel/stats"
"github.com/grafana/loki/pkg/util"
Expand Down
3 changes: 2 additions & 1 deletion pkg/iter/sample_iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package iter
import (
"container/heap"
"context"
"github.com/grafana/loki/pkg/logqlmodel/metadata"
"io"
"sync"

"github.com/grafana/loki/pkg/logqlmodel/metadata"

"github.com/grafana/loki/pkg/logproto"
"github.com/grafana/loki/pkg/logqlmodel/stats"
"github.com/grafana/loki/pkg/util"
Expand Down

0 comments on commit e44351e

Please sign in to comment.