Skip to content

Commit

Permalink
fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoldenyi committed Nov 22, 2024
1 parent eb10cb9 commit 7d6817c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/block/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ package block
import (
"context"
"encoding/json"
"github.com/hashicorp/go-multierror"
"io"
"os"
"path"
Expand All @@ -16,6 +15,8 @@ import (
"sync"
"time"

"github.com/hashicorp/go-multierror"

"github.com/go-kit/log"
"github.com/go-kit/log/level"
"github.com/golang/groupcache/singleflight"
Expand Down

0 comments on commit 7d6817c

Please sign in to comment.