mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
gofmt: fix formatting issues in test files (#15577)
This commit is contained in:
@@ -28,7 +28,7 @@ func TestInitialize(t *testing.T) {
|
||||
func TestEmbeddedMainnetHardcodedValues(t *testing.T) {
|
||||
// Initialize genesis with mainnet config to load embedded state
|
||||
require.NoError(t, genesis.Initialize(t.Context(), t.TempDir()))
|
||||
|
||||
|
||||
// Get the initialized genesis state
|
||||
state, err := genesis.State()
|
||||
require.NoError(t, err)
|
||||
|
||||
Reference in New Issue
Block a user