Skip to content

Commit

Permalink
remove redundant return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Maartje Eyskens committed Aug 24, 2018
1 parent 7042d2f commit 97d1252
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mtr/mtr.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func (m *MTR) Render(offset int) {
m.Statistic[i].Render()
m.mutex.RUnlock()
}
return
}

func (m *MTR) ping(ch chan struct{}, count int) {
Expand Down

0 comments on commit 97d1252

Please sign in to comment.