gofmt
This commit is contained in:
parent
802f16c542
commit
5a117d8edf
@ -323,7 +323,7 @@ func (a *API) ClientImportLocal(ctx context.Context, f io.Reader) (cid.Cid, erro
|
||||
Limit: 126,
|
||||
},
|
||||
Dagserv: bufferedDS,
|
||||
NoCopy: true,
|
||||
NoCopy: true,
|
||||
}
|
||||
|
||||
db, err := params.New(chunker.NewSizeSplitter(file, int64(build.UnixfsChunkSize)))
|
||||
|
@ -18,7 +18,7 @@ type dsProvider interface {
|
||||
DeleteDatastore(namespace string) error
|
||||
}
|
||||
|
||||
type MultiStore struct {
|
||||
type MultiStore struct {
|
||||
provider dsProvider
|
||||
namespace string
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user