─── helper ──────────────────────────────────────────────────────────────────
(stmt ast.Statement, opts ast.FormatOptions)
| 27 | // ─── helper ────────────────────────────────────────────────────────────────── |
| 28 | |
| 29 | func fmtStmt(stmt ast.Statement, opts ast.FormatOptions) string { |
| 30 | return formatter.FormatStatement(stmt, opts) |
| 31 | } |
| 32 | |
| 33 | func fmtExpr(expr ast.Expression, opts ast.FormatOptions) string { |
| 34 | return formatter.FormatExpression(expr, opts) |
no test coverage detected