Browse Source

chore(server): cleanup some whitespace

Brandon Philips 12 years ago
parent
commit
cb9f677cf6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/timeout.go

+ 1 - 1
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
 )