hepengzheng

Results 1 issues of hepengzheng

Hi! I'm not very familiar with Scala and I find these lines weird in `FollowerNode.scala`: ```scala if (msg.term < currentTerm) { (this, (VoteResponse(node, msg.term, false))) } else if (votedFor.isEmpty ||...