aboutsummaryrefslogtreecommitdiff
path: root/src/formatter/utils.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-26 14:58:51 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-26 14:58:51 -0400
commitcb1d36c6d8bc84f3422c71ab3eb29606e80f7837 (patch)
tree0c4c56effdcf258e9807f8d0257d6e445598b70f /src/formatter/utils.h
parentd25d5642392f93623d1eb4d11156d293fe6df546 (diff)
Formatting for reductions
Diffstat (limited to 'src/formatter/utils.h')
-rw-r--r--src/formatter/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/formatter/utils.h b/src/formatter/utils.h
index 9dc230e4..d847c2fb 100644
--- a/src/formatter/utils.h
+++ b/src/formatter/utils.h
@@ -26,6 +26,5 @@ CONSTFUNC bool should_have_blank_line(ast_t *ast);
Text_t indent_code(Text_t code);
Text_t parenthesize(Text_t code, Text_t indent);
CONSTFUNC ast_t *unwrap_block(ast_t *ast);
-CONSTFUNC const char *binop_tomo_operator(ast_e tag);
OptionalText_t termify_inline(ast_t *ast, Table_t comments);
Text_t termify(ast_t *ast, Table_t comments, Text_t indent);