From e4a898f7d10b51a7ee2f5bc4d4d4e5eacedcbe53 Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Mon, 10 Mar 2025 11:45:07 +0100 Subject: [PATCH] Fix spacing --- apis/actions.github.com/v1alpha1/ephemeralrunner_types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/apis/actions.github.com/v1alpha1/ephemeralrunner_types.go b/apis/actions.github.com/v1alpha1/ephemeralrunner_types.go index c0c1df2d..e34b255e 100644 --- a/apis/actions.github.com/v1alpha1/ephemeralrunner_types.go +++ b/apis/actions.github.com/v1alpha1/ephemeralrunner_types.go @@ -21,7 +21,6 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ) - // EphemeralRunnerContainerName is the name of the runner container. // It represents the name of the container running the self-hosted runner image. const EphemeralRunnerContainerName = "runner"