Skip to content

Commit ccbc7d1

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

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
@@ -327,7 +327,7 @@ func innerMain() int {
327327
setupErr := make(chan error)
328328

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

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

0 commit comments

Comments
 (0)