From 21cbcf2e8b69403f3973fa19e5e96bee5ba870b7 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Thu, 29 May 2025 16:30:24 +0200 Subject: Start work on Trees. Making slow but steady progress... Bulldozer mindset. --- lib/config.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/config.ml') diff --git a/lib/config.ml b/lib/config.ml index 540a5d0..7e037ef 100644 --- a/lib/config.ml +++ b/lib/config.ml @@ -69,5 +69,4 @@ let read_file ?(file = config_file) () = prerr_endline "[config.ml] Falling back to default config."; Ok default -let config = - match read_file ~file:config_file () with Ok cfg -> cfg | Error _ -> default +let config = match read_file () with Ok cfg -> cfg | Error _ -> default -- cgit v1.2.3