gofmt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user