Skip to content

Commit bad037b

Browse files
committed
Formatting
Signed-off-by: Laura Lorenz <[email protected]>
1 parent 15bae1e commit bad037b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e_node/criproxy_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ func getFailedToPullImageMsg(ctx context.Context, f *framework.Framework, podNam
147147
return "", fmt.Errorf("failed to find FailedToPullImage event for pod: %s", podName)
148148
}
149149

150-
151-
152150
func getPodImagePullDuration(ctx context.Context, f *framework.Framework, podName string) (time.Duration, error) {
153151
events, err := f.ClientSet.CoreV1().Events(f.Namespace.Name).List(ctx, metav1.ListOptions{})
154152
if err != nil {

0 commit comments

Comments
 (0)