this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix

+2 -2
+2 -2
lib/impl.ml
··· 61 61 List.map (fun id -> Printf.sprintf "open %s" (modname_of_id id)) deps 62 62 |> String.concat " " 63 63 in 64 - let line1 = if line1 <> "" then line1 ^ ";;\n" else "" in 65 - Logs.debug (fun m -> m "Line1: %s\n%!" line1); 64 + let line1 = if line1 = "" then "" else line1 ^ ";;\n" in 65 + Logs.debug (fun m -> m "Line1: '%s'\n%!" line1); 66 66 Logs.debug (fun m -> m "Source: %s\n%!" src); 67 67 if is_mangled_broken orig_source src then ( 68 68 Printf.printf "Warning: mangled source is broken\n%!";