chore(server): cleanup some whitespace

release-0.4
Brandon Philips 2013-12-10 11:13:37 -08:00
parent 9ea1ef8916
commit cb9f677cf6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
const (
// The amount of time to elapse without a heartbeat before becoming a candidate
defaultElectionTimeout = 200 * time.Millisecond
// The frequency by which heartbeats are sent to followers.
defaultHeartbeatTimeout = 50 * time.Millisecond
)