Skip to content

Commit 06deb1e

Browse files
committed
Fix lints
1 parent b55dc36 commit 06deb1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/api/lib.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ import (
1313

1414
"golang.org/x/sys/unix"
1515

16-
"github.com/CosmWasm/wasmvm/v2/types"
1716
"github.com/vmihailenco/msgpack/v5"
17+
18+
"github.com/CosmWasm/wasmvm/v2/types"
1819
)
1920

2021
// Value types

0 commit comments

Comments
 (0)