Skip to content

Commit c7006eb

Browse files
committed
go fmt
1 parent 01635e4 commit c7006eb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cmd/manager/main.go

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ func main() {
116116
// be propagated through the whole operator, generating
117117
// uniform and structured logs.
118118

119-
120119
logf.SetLogger(zap.Logger())
121120

122121
printVersion()

pkg/controller/grafanadashboard/dashboard_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func (r *ReconcileGrafanaDashboard) Reconcile(request reconcile.Request) (reconc
113113

114114
// If Grafana is not running there is no need to continue
115115
if !r.state.GrafanaReady {
116-
log.Error(fmt.Errorf("no grafana instance available"),"")
116+
log.Error(fmt.Errorf("no grafana instance available"), "")
117117
return reconcile.Result{Requeue: false}, nil
118118
}
119119

0 commit comments

Comments
 (0)