Fix a simple typo

This commit is contained in:
kaiyou 2020-05-06 18:57:35 +02:00 committed by Leo Antunes
parent f2e53dd869
commit 5772640cf9
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func (c *cluster) NotifyConflict(node, other *memberlist.Node) {
logrus.Errorf("node name conflict detected: %s", other.Name)
}
// none if these are used
// none of these are used
func (c *cluster) NotifyMsg([]byte) {}
func (c *cluster) GetBroadcasts(overhead, limit int) [][]byte { return nil }
func (c *cluster) LocalState(join bool) []byte { return nil }