From 3a31d8cea6791006d8f82a6ead2608d8d17c2f7e Mon Sep 17 00:00:00 2001 From: Derek Leung Date: Wed, 12 Jun 2019 17:02:47 -0400 Subject: [PATCH] Remove redundant return in agreement/actions.go. --- agreement/actions.go | 1 - 1 file changed, 1 deletion(-) diff --git a/agreement/actions.go b/agreement/actions.go index a9d92a0881..62d8a162d7 100644 --- a/agreement/actions.go +++ b/agreement/actions.go @@ -465,7 +465,6 @@ func (c checkpointAction) do(ctx context.Context, s *Service) { // we don't expect this to happen in recovery s.log.with(logEvent).Errorf("checkpoint action for (%v, %v, %v) reached with nil completion channel", c.Round, c.Period, c.Step) } - return } func (c checkpointAction) String() string {