Skip to content

Commit

Permalink
fix lint problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
HoytRen committed Nov 28, 2022
1 parent 1dcecc6 commit c4b49ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/celestia/util.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package main

import (
"github.com/spf13/cobra"

cmdnode "github.com/celestiaorg/celestia-node/cmd"
"github.com/celestiaorg/celestia-node/nodebuilder/core"
"github.com/celestiaorg/celestia-node/nodebuilder/gateway"
Expand All @@ -9,7 +11,6 @@ import (
"github.com/celestiaorg/celestia-node/nodebuilder/p2p"
"github.com/celestiaorg/celestia-node/nodebuilder/rpc"
"github.com/celestiaorg/celestia-node/nodebuilder/state"
"github.com/spf13/cobra"
)

func persistentPreRunEnv(cmd *cobra.Command, nodeType node.Type, args []string) error {
Expand Down

0 comments on commit c4b49ba

Please sign in to comment.