Skip to content

Commit f0fafbf

Browse files
fix: comment formatting
Co-authored-by: Jaydip Gabani <[email protected]> Signed-off-by: Benjamin Ritter <[email protected]>
1 parent 67d2e47 commit f0fafbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ func innerMain() int {
326326
setupErr := make(chan error)
327327

328328
// Setup termination with grace period. Required to give K8s Services time to disconnect the Pod endpoint on termination.
329-
// Derived from how the controller-runtime sets up a signal handler with ctrl.SetupSignalHandler()
329+
// Derived from how the controller-runtime sets up a signal handler with ctrl.SetupSignalHandler()
330330
ctx, cancel := context.WithCancel(context.Background())
331331

332332
c := make(chan os.Signal, 2)

0 commit comments

Comments
 (0)