(p *PrettyCfg)
| 853 | } |
| 854 | |
| 855 | func (node LockingWaitPolicy) docTable(p *PrettyCfg) []pretty.TableRow { |
| 856 | str := node.String() |
| 857 | if str == "" { |
| 858 | return nil |
| 859 | } |
| 860 | return []pretty.TableRow{p.row("", pretty.Keyword(str))} |
| 861 | } |
| 862 | |
| 863 | func (p *PrettyCfg) peelCompOperand(e Expr) Expr { |
| 864 | if !p.Simplify { |