Skip to content

Commit

Permalink
adjsuted for linter
Browse files Browse the repository at this point in the history
Signed-off-by: mtrujillo <[email protected]>
  • Loading branch information
trujillm committed Feb 6, 2025
1 parent 3ce4a27 commit 37d731c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/controller/nim/account_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func (r *AccountReconciler) SetupWithManager(mgr ctrl.Manager, ctx context.Conte
//
// For more details, check Reconcile and its Result here:
// - https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/reconcile
// nolint:gocyclo
func (r *AccountReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
logger := log.FromContext(ctx).WithValues("Account", req.Name, "namespace", req.Namespace)
ctx = log.IntoContext(ctx, logger)
Expand Down

0 comments on commit 37d731c

Please sign in to comment.