Преглед изворни кода

chore(server): cleanup some whitespace

Brandon Philips пре 12 година
родитељ
комит
cb9f677cf6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      server/timeout.go

+ 1 - 1
server/timeout.go

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