Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed Jun 26, 2020
1 parent d8aefc3 commit a259036
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions shared/params/network_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var networkConfig = mainnetNetworkConfig
func BeaconNetworkConfig() *NetworkConfig {
return networkConfig
}

// OverrideBeaconNetworkConfig will override the network
// config with the added argument.
func OverrideBeaconNetworkConfig(cfg *NetworkConfig) {
Expand Down
2 changes: 0 additions & 2 deletions shared/params/testnet_altona_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ func AltonaConfig() *BeaconChainConfig {
altCfg.GenesisForkVersion = []byte{0x00, 0x00, 0x01, 0x21}
return altCfg
}


1 change: 0 additions & 1 deletion shared/params/testutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ func SetupTestConfigCleanup(t *testing.T) {
mainnetNetworkConfig = prevNetworkCfg
})
}

0 comments on commit a259036

Please sign in to comment.