Skip to content

Commit bfc3f6d

Browse files
committed
refactor(gnokey): fmt gnovm and gno.land
1 parent a121d34 commit bfc3f6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gno.land/pkg/sdk/vm/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import (
66
"strconv"
77
"strings"
88

9-
"github.com/gnolang/gno/tm2/pkg/version"
109
abci "github.com/gnolang/gno/tm2/pkg/bft/abci/types"
1110
"github.com/gnolang/gno/tm2/pkg/sdk"
1211
"github.com/gnolang/gno/tm2/pkg/std"
12+
"github.com/gnolang/gno/tm2/pkg/version"
1313
)
1414

1515
type vmHandler struct {

gnovm/cmd/gno/bug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
"text/template"
1212
"time"
1313

14-
"github.com/gnolang/gno/tm2/pkg/version"
1514
"github.com/gnolang/gno/tm2/pkg/commands"
15+
"github.com/gnolang/gno/tm2/pkg/version"
1616
)
1717

1818
// NOTE: keep in sync with .github/ISSUE_TEMPLATE/BUG-REPORT.md

gnovm/cmd/gno/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package main
33
import (
44
"context"
55

6-
"github.com/gnolang/gno/tm2/pkg/version"
76
"github.com/gnolang/gno/tm2/pkg/commands"
7+
"github.com/gnolang/gno/tm2/pkg/version"
88
)
99

1010
// newVersionCmd creates a new version command

0 commit comments

Comments
 (0)