From df7b829ce5668db852b5ad91b53c0a52f9403ab3 Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Mon, 19 Aug 2024 10:54:01 +0100 Subject: [PATCH] go fmt --- internal/cmd/integration-tests/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/integration-tests/utils.go b/internal/cmd/integration-tests/utils.go index 44f4f29ab8d8..f683389f3b69 100644 --- a/internal/cmd/integration-tests/utils.go +++ b/internal/cmd/integration-tests/utils.go @@ -134,7 +134,7 @@ func runAllTests() { func cleanUpEnvironment() { fmt.Println("Cleaning up Docker environment...") - err := exec.Command("docker", "compose", "down", "--volumes", "--rmi", "all").Run() + err := exec.Command("docker", "compose", "down", "--volumes", "--rmi", "all").Run() if err != nil { panic(err) }