We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3eac0d commit 87271fbCopy full SHA for 87271fb
x/logic/interpreter/interpreter.go
@@ -2,13 +2,14 @@ package interpreter
2
3
import (
4
goctx "context"
5
- "cosmossdk.io/math"
6
"fmt"
7
"io"
8
"io/fs"
9
10
"github.com/ichiban/prolog"
11
"github.com/ichiban/prolog/engine"
+
12
+ "cosmossdk.io/math"
13
)
14
15
// Option is a function that configures an Interpreter.
x/logic/interpreter/registry.go
@@ -5,10 +5,9 @@ import (
"strconv"
"strings"
- orderedmap "github.com/wk8/go-ordered-map/v2"
-
+ orderedmap "github.com/wk8/go-ordered-map/v2"
"github.com/axone-protocol/axoned/v8/x/logic/predicate"
0 commit comments