Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Dec 22, 2024
1 parent c6c488a commit 88f3b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ var runCmd = &cobra.Command{
GRPCAddress: App.conf.Global.API.GRPCAddress,
HTTPAddress: App.conf.Global.API.HTTPAddress,
Servers: App.servers,
RaftNode: raftNode,
RaftNode: raftNode,
}

apiObj := &api.API{
Expand Down

0 comments on commit 88f3b94

Please sign in to comment.