Skip to content

Commit 613de01

Browse files
authored
remove nil assignment (#7)
1 parent 3c91008 commit 613de01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ import (
158158
)
159159

160160
// We need this variable later to create the ConditionMetricsRecorder
161-
var OperatorConditionsGauge *ocg.OperatorConditionsGauge = nil
161+
var OperatorConditionsGauge *ocg.OperatorConditionsGauge
162162

163163
func init() {
164164
OperatorConditionsGauge = ocg.NewOperatorConditionsGauge("my-operator")

0 commit comments

Comments
 (0)