Skip to content

Commit 46d9d94

Browse files
formatting changes
1 parent c4cab21 commit 46d9d94

File tree

1 file changed

+2
-1
lines changed
  • pkg/handlers/generic/lifecycle/k8sregistrationagent

1 file changed

+2
-1
lines changed

pkg/handlers/generic/lifecycle/k8sregistrationagent/handler.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ func (n *DefaultK8sRegistrationAgent) apply(
131131
if variables.IsNotFoundError(err) {
132132
log.
133133
Info(
134-
"Skipping K8s Registration Agent handler, cluster does not specify request K8s Registration Agent addon deployment",
134+
"Skipping K8s Registration Agent handler," +
135+
"cluster does not specify request K8s Registration Agent addon deployment",
135136
)
136137
return
137138
}

0 commit comments

Comments
 (0)