Skip to content

Commit

Permalink
fix: comment formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Jaydip Gabani <[email protected]>
Signed-off-by: Benjamin Ritter <[email protected]>
  • Loading branch information
l0wl3vel and JaydipGabani committed Jan 24, 2025
1 parent d6c8b12 commit 8b50591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ func innerMain() int {
setupErr := make(chan error)

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

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

0 comments on commit 8b50591

Please sign in to comment.