scrape: remove two blank lines. (#7610)
Signed-off-by: johncming <johncming@yahoo.com>
This commit is contained in:
parent
b30654211c
commit
490f9c664e
|
@ -434,9 +434,7 @@ func (sp *scrapePool) sync(targets []*Target) {
|
|||
if _, ok := uniqueTargets[hash]; !ok {
|
||||
wg.Add(1)
|
||||
go func(l loop) {
|
||||
|
||||
l.stop()
|
||||
|
||||
wg.Done()
|
||||
}(sp.loops[hash])
|
||||
|
||||
|
|
Loading…
Reference in New Issue