Skip to content

Commit

Permalink
Fix go import formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Feb 23, 2024
1 parent 4eaf029 commit eb4fb66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib_no_cgo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package cosmwasm
import (
"testing"

"github.com/CosmWasm/wasmvm/v2/types"
"github.com/stretchr/testify/require"

"github.com/CosmWasm/wasmvm/v2/types"
)

func TestCreateChecksum(t *testing.T) {
Expand Down

0 comments on commit eb4fb66

Please sign in to comment.