diff --git a/bar.go b/bar.go index afc87db..d18c7f4 100644 --- a/bar.go +++ b/bar.go @@ -142,7 +142,7 @@ sync := make(chan struct{}) select { case b.operateState <- func(s *bState) { - for _, decorators := range [...][]decor.Decorator{ + for _, decorators := range [][]decor.Decorator{ s.pDecorators, s.aDecorators, } {