(p *PrettyCfg)
| 826 | } |
| 827 | |
| 828 | func (node LockingWaitPolicy) docTable(p *PrettyCfg) []pretty.TableRow { |
| 829 | str := node.String() |
| 830 | if str == "" { |
| 831 | return nil |
| 832 | } |
| 833 | return []pretty.TableRow{p.row("", pretty.Keyword(str))} |
| 834 | } |
| 835 | |
| 836 | func (p *PrettyCfg) peelCompOperand(e Expr) Expr { |
| 837 | if !p.Simplify { |