Skip to content

Commit

Permalink
fix: fixed fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed Dec 9, 2024
1 parent aeeac1f commit d7826c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cl/cmd/member/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ var (
)

type Config struct {
ClientID string
RelayerAddr string
EthClientURL string
JWTSecret string
ClientID string
RelayerAddr string
EthClientURL string
JWTSecret string
}

func main() {
Expand Down Expand Up @@ -142,7 +142,7 @@ func startMemberClient(c *cli.Context) error {
EthClientURL: c.String(ethClientURLFlag.Name),
JWTSecret: c.String(jwtSecretFlag.Name),
}

log.Info("Starting member client with configuration", "config", cfg)

// Initialize the MemberClient
Expand Down

0 comments on commit d7826c7

Please sign in to comment.