fix lint
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-25 20:56:21 +03:00
parent 085589a938
commit 126ec4cb88
10 changed files with 18 additions and 11 deletions

View File

@@ -67,7 +67,6 @@ func (p *Provider) Watch(ctx context.Context, callback config.WatchCallback, key
return
}
p.logger(ctx, "callback %v:%v", key, err)
}
oldVar = newVar
}