fmt: apply gofmt formatting

This commit is contained in:
2026-04-20 01:49:52 +02:00
parent dccd9d8f59
commit a6d2b9821a
7 changed files with 7 additions and 9 deletions

View File

@@ -83,4 +83,4 @@ func (c *Client) GetProducerByID(ctx context.Context, producerID int) (ProducerR
err := c.getWithCache(ctx, cacheKey, shortCacheTTL, reqURL, &result)
return result, err
}
}