Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
typo fixed in config and import order corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Jan 9, 2024
1 parent d211c94 commit c6b8dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package config

import (
"crypto/ecdsa"
beethovenTypes "gitub.com/0xPolygon/beethoven/rpc/types"
"os"
"path/filepath"
"strings"
Expand All @@ -17,6 +16,8 @@ import (
"github.com/mitchellh/mapstructure"
"github.com/spf13/viper"
"github.com/urfave/cli/v2"

beethovenTypes "github.com/0xPolygon/beethoven/rpc/types"
)

const (
Expand Down

0 comments on commit c6b8dc3

Please sign in to comment.