Codebase list golang-github-vbauerster-mpb / b140862
minor: 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
581581 }
582582
583583 func (s *bState) subscribeDecorators() {
584 for _, decorators := range [...][]decor.Decorator{
584 for _, decorators := range [][]decor.Decorator{
585585 s.pDecorators,
586586 s.aDecorators,
587587 } {