aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/infra/cpu.go
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/infra/cpu.go')
-rw-r--r--extras/hs-test/infra/cpu.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/infra/cpu.go b/extras/hs-test/infra/cpu.go
index b26a06c98db..a1682819a2f 100644
--- a/extras/hs-test/infra/cpu.go
+++ b/extras/hs-test/infra/cpu.go
@@ -130,7 +130,7 @@ func (c *CpuAllocatorT) readCpus() error {
tmpCpus = iterateAndAppend(third, fourth, tmpCpus)
// discard cpu 0
- if tmpCpus[0] == 0 && !*UseCpu0{
+ if tmpCpus[0] == 0 && !*UseCpu0 {
tmpCpus = tmpCpus[1:]
}