(p *PrettyCfg)
| 878 | } |
| 879 | |
| 880 | func (node LockingWaitPolicy) docTable(p *PrettyCfg) []pretty.TableRow { |
| 881 | str := node.String() |
| 882 | if str == "" { |
| 883 | return nil |
| 884 | } |
| 885 | return []pretty.TableRow{p.row("", pretty.Keyword(str))} |
| 886 | } |
| 887 | |
| 888 | func (p *PrettyCfg) peelCompOperand(e Expr) Expr { |
| 889 | if !p.Simplify { |