Skip to content

Commit

Permalink
Format imports in cmd/juno/dbcmd.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kirugan committed Dec 9, 2024
1 parent 2c1ffe6 commit f00259b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/juno/dbcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (
"github.com/NethermindEth/juno/core/felt"
"github.com/NethermindEth/juno/db"
"github.com/NethermindEth/juno/db/pebble"
"github.com/NethermindEth/juno/migration"
"github.com/NethermindEth/juno/utils"
"github.com/olekukonko/tablewriter"
"github.com/spf13/cobra"
"github.com/NethermindEth/juno/migration"
)

const (
Expand Down

0 comments on commit f00259b

Please sign in to comment.