Skip to content

Commit 7c96899

Browse files
committed
fix import lint
1 parent 70df01c commit 7c96899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/import.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ import (
44
"bufio"
55
"context"
66
"fmt"
7-
"github.com/filecoin-project/venus/pkg/httpreader"
87
"io"
98
"os"
109
"strings"
1110

11+
"github.com/filecoin-project/venus/pkg/httpreader"
12+
1213
"github.com/DataDog/zstd"
1314
"github.com/filecoin-project/venus/pkg/chain"
1415
"github.com/filecoin-project/venus/pkg/repo"

0 commit comments

Comments
 (0)