Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Aug 6, 2024
1 parent fcf06e4 commit 9cb2399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions channel_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ func (cp *channelProvider) GetSeedConn() (*grpc.ClientConn, error) {
if len(cp.seedConns) == 0 {
msg := "no seed channels found"
cp.logger.Warn(msg)

return nil, errors.New(msg)
}

Expand Down

0 comments on commit 9cb2399

Please sign in to comment.