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
+2 -2
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) {