mirror of
https://github.com/foomo/contentserver.git
synced 2026-08-16 06:00:23 +00:00
revert: line break
This commit is contained in:
+1
-3
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user