From 82652ad33c4cd48a12900c5d97fa8112dd8c0eeb Mon Sep 17 00:00:00 2001 From: Richard Carlsson Date: Wed, 2 Dec 2020 15:39:36 +0100 Subject: [PATCH] Export the format_nodes/2 function This allows you to both read nodes and format them later. --- src/erlfmt.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/erlfmt.erl b/src/erlfmt.erl index 95c58684..01252fb9 100644 --- a/src/erlfmt.erl +++ b/src/erlfmt.erl @@ -20,6 +20,7 @@ format_file/2, format_string/2, format_range/4, + format_nodes/2, read_nodes/1, read_nodes_string/2, format_error/1,