Fix spacing
This commit is contained in:
parent
ff8313bdb7
commit
e4a898f7d1
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue