vmalert: make linter happy (#4509)

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
Roman Khavronenko 2023-06-22 17:46:12 +02:00 committed by Aliaksandr Valialkin
parent d5e7ea5ef3
commit a677509b38
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -211,7 +211,7 @@ func (c *Client) flush(ctx context.Context, wr *prompbmarshal.WriteRequest) {
retryInterval = maxRetryInterval
}
timeStart := time.Now()
L:
L:
for attempts := 0; ; attempts++ {
err := c.send(ctx, b)
if err == nil {