Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
plorenz committed Nov 15, 2024
1 parent 749edf3 commit bcaa310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func (self *Controller) agentOpRaftJoinCluster(m *channel.Message, ch channel.Ch
return
}

handler_common.SendOpResult(m, ch, "cluster.join", fmt.Sprintf("success, added self to cluster"), true)
handler_common.SendOpResult(m, ch, "cluster.join", "success, added self to cluster", true)
}

func (self *Controller) agentOpRaftRemovePeer(m *channel.Message, ch channel.Channel) {
Expand Down

0 comments on commit bcaa310

Please sign in to comment.