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 GitHub
parent 5f9ad22884
commit 37c9a631ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {