(typ ResolvableTypeReference)
| 2117 | } |
| 2118 | |
| 2119 | func (p *PrettyCfg) formatType(typ ResolvableTypeReference) pretty.Doc { |
| 2120 | ctx := NewFmtCtx(p.fmtFlags()) |
| 2121 | ctx.FormatTypeReference(typ) |
| 2122 | return pretty.Text(strings.TrimSpace(ctx.String())) |
| 2123 | } |
| 2124 | |
| 2125 | func (node *CheckConstraintTableDef) doc(p *PrettyCfg) pretty.Doc { |
| 2126 | // Final layout: |