Skip to content

Commit

Permalink
chore: make linter gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jul 25, 2024
1 parent b3eac0d commit 87271fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion x/logic/interpreter/interpreter.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package interpreter

import (
goctx "context"
"cosmossdk.io/math"
"fmt"
"io"
"io/fs"

"github.com/ichiban/prolog"
"github.com/ichiban/prolog/engine"

"cosmossdk.io/math"
)

// Option is a function that configures an Interpreter.
Expand Down
3 changes: 1 addition & 2 deletions x/logic/interpreter/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import (
"strconv"
"strings"

orderedmap "github.com/wk8/go-ordered-map/v2"

"github.com/ichiban/prolog"
"github.com/ichiban/prolog/engine"
orderedmap "github.com/wk8/go-ordered-map/v2"

"github.com/axone-protocol/axoned/v8/x/logic/predicate"
)
Expand Down

0 comments on commit 87271fb

Please sign in to comment.