Skip to content

Commit b861585

Browse files
authored
Merge pull request #2 from jhadvig/fix-hypershift-etcd-readiness
pkg/readiness: Fix gofmt alignment in etcd_health.go
2 parents a12626c + fb686b2 commit b861585

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/readiness/etcd_health.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ func (c *EtcdHealthCheck) Run(ctx context.Context, dc dynamic.Interface, current
2424
if kerrors.IsNotFound(err) {
2525
return map[string]any{
2626
"externally_managed": true,
27-
"total_members": 0,
28-
"healthy_members": 0,
27+
"total_members": 0,
28+
"healthy_members": 0,
2929
}, nil
3030
}
3131
return nil, fmt.Errorf("failed to get etcd ClusterOperator: %w", err)

0 commit comments

Comments
 (0)