Skip to content

Commit

Permalink
fixed lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Miklós Földényi <[email protected]>
  • Loading branch information
mfoldenyi committed Dec 7, 2024
1 parent 97075be commit a1cde37
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 a1cde37

Please sign in to comment.