Skip to content

Commit fe4bc04

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

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
@@ -330,7 +330,7 @@ func innerMain() int {
330330
setupErr := make(chan error)
331331

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

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

0 commit comments

Comments
 (0)