mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
fix gofmt
This commit is contained in:
@@ -151,7 +151,7 @@ func TestConvertCPUValue(t *testing.T) {
|
||||
func TestGetCPUUsageNanoCores(t *testing.T) {
|
||||
p := perfCounterNodeStatsClient{}
|
||||
p.cpuUsageCoreNanoSecondsCache = cpuUsageCoreNanoSecondsCache{
|
||||
latestValue: uint64(5000000000),
|
||||
latestValue: uint64(5000000000),
|
||||
previousValue: uint64(2000000000),
|
||||
}
|
||||
cpuUsageNanoCores := p.getCPUUsageNanoCores()
|
||||
|
||||
Reference in New Issue
Block a user