forgot my go fmt hook

This commit is contained in:
Yusef Napora 2020-06-23 15:10:27 -04:00
parent 960523f45f
commit 628872d0e4
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ import (
var log = logging.Logger("drand")
type DrandConfig struct {
Servers []string
Servers []string
ChainInfo *dchain.Info
}

View File

@ -109,8 +109,8 @@ type RandomBeaconParams struct {
fx.In
DrandConfig *drand.DrandConfig `optional:"true"`
PubSub *pubsub.PubSub `optional:"true"`
Cs *store.ChainStore
PubSub *pubsub.PubSub `optional:"true"`
Cs *store.ChainStore
}
func RandomBeacon(p RandomBeaconParams, _ dtypes.AfterGenesisSet) (beacon.RandomBeacon, error) {