From 03799d0a93e4a7eb5790836f50cb4a1188c360b6 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Fri, 2 Jan 2026 14:45:28 -0600 Subject: T8232: simplify return value of fold_tree_with_path The details do not need to be exposed in the function signature. --- src/config_diff.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config_diff.ml') diff --git a/src/config_diff.ml b/src/config_diff.ml index 54f6474..5d71c34 100644 --- a/src/config_diff.ml +++ b/src/config_diff.ml @@ -330,7 +330,7 @@ let get_tagged_delete_tree dt = else (p, a) in - snd (Vytree.fold_tree_with_path f ([], del_tree) del_tree) + Vytree.fold_tree_with_path f ([], del_tree) del_tree (* the following builds a diff_func to return a unified diff string of -- cgit v1.2.3