mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 00:07:16 +00:00
runtime: fix golint errors
Need to run gofmt -s on them. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
parent
d36d3486e9
commit
b3e528443d
@ -68,10 +68,10 @@ func TestStatsSandbox(t *testing.T) {
|
|||||||
StatsFunc: getSandboxCPUFunc(1000, 100000),
|
StatsFunc: getSandboxCPUFunc(1000, 100000),
|
||||||
StatsContainerFunc: getStatsContainerCPUFunc(100, 200, 10000, 20000),
|
StatsContainerFunc: getStatsContainerCPUFunc(100, 200, 10000, 20000),
|
||||||
MockContainers: []*vcmock.Container{
|
MockContainers: []*vcmock.Container{
|
||||||
&vcmock.Container{
|
{
|
||||||
MockID: "foo",
|
MockID: "foo",
|
||||||
},
|
},
|
||||||
&vcmock.Container{
|
{
|
||||||
MockID: "bar",
|
MockID: "bar",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user