Skip to content

Commit

Permalink
[-] fix S1023: redundant return statement (gosimple)
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Jan 28, 2022
1 parent 7237986 commit 672452b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pgengine/access.go
Expand Up @@ -62,7 +62,6 @@ func (pge *PgEngine) RemoveChainRunStatus(ctx context.Context, chainID int) {
if err != nil {
pge.l.WithError(err).Error("Cannot save information about the chain run status")
}
return
}

//Select live chains with proper client_name value
Expand Down

0 comments on commit 672452b

Please sign in to comment.