Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Nov 20, 2024
1 parent 201f4e7 commit c8db66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func faucetFlags(cmd *cobra.Command) {
)
}

func runCmdHandler(cmd *cobra.Command, args []string) error {
func runCmdHandler(cmd *cobra.Command, _ []string) error {
var (
port, _ = cmd.Flags().GetInt(flagPort)
keyringBackend, _ = cmd.Flags().GetString(flagKeyringBackend)
Expand Down

0 comments on commit c8db66a

Please sign in to comment.