Skip to content

Commit

Permalink
chore: run format
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Jun 24, 2024
1 parent 70c2025 commit a469480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions node/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (

"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/codec"

"github.com/forbole/juno/v6/node"
nodeconfig "github.com/forbole/juno/v6/node/config"
"github.com/forbole/juno/v6/node/local"
Expand Down
3 changes: 2 additions & 1 deletion types/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ package config
import (
"strings"

"gopkg.in/yaml.v3"

databaseconfig "github.com/forbole/juno/v6/database/config"
loggingconfig "github.com/forbole/juno/v6/logging/config"
nodeconfig "github.com/forbole/juno/v6/node/config"
parserconfig "github.com/forbole/juno/v6/parser/config"
"gopkg.in/yaml.v3"
)

var (
Expand Down

0 comments on commit a469480

Please sign in to comment.