gofmt
This commit is contained in:
parent
9ae450620a
commit
542f645c28
@ -44,4 +44,4 @@ func ClientDAG(lc fx.Lifecycle, fstore dtypes.ClientFilestore) dtypes.ClientDAG
|
||||
})
|
||||
|
||||
return dag
|
||||
}
|
||||
}
|
||||
|
@ -71,4 +71,3 @@ func APISecret(keystore types.KeyStore, lr repo.LockedRepo) (*APIAlg, error) {
|
||||
|
||||
return (*APIAlg)(jwt.NewHS256(key.PrivateKey)), nil
|
||||
}
|
||||
|
||||
|
@ -20,6 +20,5 @@ type ChainGCBlockstore blockstore.GCBlockstore
|
||||
type ChainExchange exchange.Interface
|
||||
type ChainBlockService bserv.BlockService
|
||||
|
||||
|
||||
type ClientFilestore *filestore.Filestore
|
||||
type ClientDAG ipld.DAGService
|
||||
type ClientDAG ipld.DAGService
|
||||
|
Loading…
Reference in New Issue
Block a user