From cb9f677cf6b842d73fb7c613e49da760c6ae3ef1 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 10 Dec 2013 11:13:37 -0800 Subject: [PATCH] chore(server): cleanup some whitespace --- server/timeout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/timeout.go b/server/timeout.go index ffa63b30a..2be2cd59c 100644 --- a/server/timeout.go +++ b/server/timeout.go @@ -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 )