Skip to content

Commit 7422b9b

Browse files
author
vlad
committed
build fix (3)
1 parent dbe5fa4 commit 7422b9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x/compute/internal/keeper/keeper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func init() {
3939
config.SetBech32PrefixForConsensusNode(eng.Bech32PrefixConsAddr, eng.Bech32PrefixConsPub)
4040
config.Seal()
4141

42-
_, err = api.InitBootstrap()
42+
_, err := api.InitBootstrap()
4343
if err != nil {
4444
panic(fmt.Sprintf("Error initializing the enclave: %v", err))
4545
}

0 commit comments

Comments
 (0)