From 8fe4f6bbd457b66bb0334b00a9a759252e14195d Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Mon, 14 Dec 2020 11:52:22 -0800 Subject: [PATCH] fmt code --- docker/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/client_test.go b/docker/client_test.go index 547a90a2205..518b9268660 100644 --- a/docker/client_test.go +++ b/docker/client_test.go @@ -51,7 +51,7 @@ func (m *mockedProxy) ContainerInspect(ctx context.Context, containerID string) return json, args.Error(1) } -func (m *mockedProxy) ContainerStats(ctx context.Context, containerID string, stream bool) (types.ContainerStats, error) { +func (m *mockedProxy) ContainerStats(ctx context.Context, containerID string, stream bool) (types.ContainerStats, error) { return types.ContainerStats{}, nil }