revert: line break

This commit is contained in:
Kevin Franklin Kim 2025-05-16 22:33:30 +02:00
parent c95742339f
commit ff7d3da5d1
No known key found for this signature in database

View File

@ -92,9 +92,7 @@ func (r *Repo) DimensionUpdateRoutine(ctx context.Context) error {
for {
select {
case <-ctx.Done():
l.Debug("routine canceled",
zap.Error(ctx.Err()),
)
l.Debug("routine canceled", zap.Error(ctx.Err()))
return nil
case newDimension := <-r.dimensionUpdateChannel:
l.Debug("received a new dimension", zap.String("dimension", newDimension.Dimension))