From ae80370f4f7698d9232680ba0348120c195fd78c Mon Sep 17 00:00:00 2001 From: Mohamed Chiheb Ben Jemaa Date: Thu, 8 Jul 2021 17:29:15 +0100 Subject: [PATCH] Remove extra space --- test/e2e/framework/exec_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/framework/exec_util.go b/test/e2e/framework/exec_util.go index 4c328d029f9..59c3be6322e 100644 --- a/test/e2e/framework/exec_util.go +++ b/test/e2e/framework/exec_util.go @@ -58,7 +58,7 @@ func (f *Framework) ExecWithOptions(options ExecOptions) (string, string, error) const tty = false - Logf("ExecWithOptions: Clientset creation ") + Logf("ExecWithOptions: Clientset creation") req := f.ClientSet.CoreV1().RESTClient().Post(). Resource("pods"). Name(options.PodName).