Skip to content

Commit e78999b

Browse files
committed
fixing newlines
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
1 parent bda3451 commit e78999b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eth/connmanager.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ func (cm *connManager) dropRandomPeer(dialed bool) bool {
167167

168168
// updatePeerDropTimers checks and starts/stops the timer for peer drop.
169169
func (cm *connManager) updatePeerDropTimers(syncing bool) {
170-
171170
numPeers, numDialed, numInbound := cm.numPeers()
172171
cm.log.Trace("ConnManager status", "syncing", syncing,
173172
"peers", numPeers, "out", numDialed, "in", numInbound,
@@ -195,7 +194,6 @@ func (cm *connManager) updatePeerDropTimers(syncing bool) {
195194

196195
// loop is the main loop of the connection manager.
197196
func (cm *connManager) loop() {
198-
199197
defer cm.wg.Done()
200198

201199
// Set up periodic timer to pull syncing status.

0 commit comments

Comments
 (0)