remove extra space

This commit is contained in:
cerberus20 2024-03-27 16:20:43 +05:30 committed by GitHub
parent 28cd9fdb09
commit 489349152a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,6 @@ var (
func MetricsHandler() (http.HandlerFunc, error) {
registry := metrics.NewKubeRegistry()
errRegisterQueryLatency := registry.Register(queryLatency)
if errRegisterQueryLatency != nil {
return nil, errRegisterQueryLatency