Codebase list golang-github-vbauerster-mpb / 906e7fe
cosmetic code style Vladimir Bauer 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
141141 sync := make(chan struct{})
142142 select {
143143 case b.operateState <- func(s *bState) {
144 for _, decorators := range [...][]decor.Decorator{
144 for _, decorators := range [][]decor.Decorator{
145145 s.pDecorators,
146146 s.aDecorators,
147147 } {