Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shalberd committed Aug 2, 2024
1 parent 8df67c5 commit 12e6631
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const (
// OpenshiftNotebookReconciler holds the controller configuration.
type OpenshiftNotebookReconciler struct {
client.Client
Namespace: string

Check failure on line 57 in components/odh-notebook-controller/controllers/notebook_controller.go

View workflow job for this annotation

GitHub Actions / build

expected ';', found ':'

Check failure on line 57 in components/odh-notebook-controller/controllers/notebook_controller.go

View workflow job for this annotation

GitHub Actions / build

expected type, found ':'

Check failure on line 57 in components/odh-notebook-controller/controllers/notebook_controller.go

View workflow job for this annotation

GitHub Actions / build

expected ';', found ':'

Check failure on line 57 in components/odh-notebook-controller/controllers/notebook_controller.go

View workflow job for this annotation

GitHub Actions / build

expected type, found ':'

Check failure on line 57 in components/odh-notebook-controller/controllers/notebook_controller.go

View workflow job for this annotation

GitHub Actions / govulncheck (components/odh-notebook-controller)

expected ';', found ':'

Check failure on line 57 in components/odh-notebook-controller/controllers/notebook_controller.go

View workflow job for this annotation

GitHub Actions / govulncheck (components/odh-notebook-controller)

expected type, found ':'

Check failure on line 57 in components/odh-notebook-controller/controllers/notebook_controller.go

View workflow job for this annotation

GitHub Actions / golangci-lint (components/odh-notebook-controller)

expected type, found ':' (typecheck)
Scheme *runtime.Scheme
Log logr.Logger
}
Expand Down

0 comments on commit 12e6631

Please sign in to comment.