mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
revert: line break
This commit is contained in:
parent
c95742339f
commit
ff7d3da5d1
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user