Procházet zdrojové kódy

chore(server): cleanup some whitespace

Brandon Philips před 12 roky
rodič
revize
cb9f677cf6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 )