fix: enable gofmt and whitespace linters

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2024-10-10 21:54:43 +02:00
parent 133918e23a
commit 33d7f2d53e
59 changed files with 196 additions and 268 deletions

View File

@ -41,7 +41,6 @@ func TestHeapPushPop(t *testing.T) {
}
min = node.ExpireTime
}
}
func TestHeapUpdate(t *testing.T) {
@ -88,7 +87,5 @@ func TestHeapUpdate(t *testing.T) {
t.Fatal("heap sort wrong!")
}
}
}
}