Skip to content

Commit 87271fb

Browse files
committed
chore: make linter gofumpt
1 parent b3eac0d commit 87271fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

x/logic/interpreter/interpreter.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ package interpreter
22

33
import (
44
goctx "context"
5-
"cosmossdk.io/math"
65
"fmt"
76
"io"
87
"io/fs"
98

109
"github.com/ichiban/prolog"
1110
"github.com/ichiban/prolog/engine"
11+
12+
"cosmossdk.io/math"
1213
)
1314

1415
// Option is a function that configures an Interpreter.

x/logic/interpreter/registry.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ import (
55
"strconv"
66
"strings"
77

8-
orderedmap "github.com/wk8/go-ordered-map/v2"
9-
108
"github.com/ichiban/prolog"
119
"github.com/ichiban/prolog/engine"
10+
orderedmap "github.com/wk8/go-ordered-map/v2"
1211

1312
"github.com/axone-protocol/axoned/v8/x/logic/predicate"
1413
)

0 commit comments

Comments
 (0)