Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Oct 8, 2024
1 parent 632f09d commit d9e7c9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/storage/etcd/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func New() (api.Storage, error) {
DialTimeout: dialTimeout,
Endpoints: []string{etcdEndpoints},
})

if err != nil {
return nil, err

Check warning on line 34 in pkg/storage/etcd/new.go

View check run for this annotation

Codecov / codecov/patch

pkg/storage/etcd/new.go#L28-L34

Added lines #L28 - L34 were not covered by tests
}
Expand Down

0 comments on commit d9e7c9b

Please sign in to comment.