Fix spacing

This commit is contained in:
Nikola Jokic 2025-03-10 11:45:07 +01:00
parent ff8313bdb7
commit e4a898f7d1
No known key found for this signature in database
GPG Key ID: 09265A4BEA4F568A
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
) )
// EphemeralRunnerContainerName is the name of the runner container. // EphemeralRunnerContainerName is the name of the runner container.
// It represents the name of the container running the self-hosted runner image. // It represents the name of the container running the self-hosted runner image.
const EphemeralRunnerContainerName = "runner" const EphemeralRunnerContainerName = "runner"