raft icon indicating copy to clipboard operation
raft copied to clipboard

Fix warning: unused variable

Open MrYawe opened this issue 5 years ago • 0 comments

Fix the following warning:

warning: variable "me" is unused (if the variable is not meant to be used, prefix it with an underscore)
  lib/raft/server.ex:282: Raft.Server.follower/3

MrYawe avatar Oct 13 '19 16:10 MrYawe