format whitespace

This commit is contained in:
Daniel Shebib 2024-10-05 18:42:28 -05:00
parent 252fb59bf9
commit 7155404eb5

View File

@ -467,7 +467,7 @@ var _ = SIGDescribe(framework.WithNodeConformance(), "Containers Lifecycle", fun
})
})
ginkgo.When("A regular container restarts with init containers" , func() {
ginkgo.When("A regular container restarts with init containers", func() {
ginkgo.It("shouldn't restart init containers upon regular container restart", func() {
init1 := "init-1"
init2 := "init-2"