Parcourir la source

Revert "Some stupid changes to test an online editor"

Orion is quite impressive but I can let this...

This reverts commit 202c2e671ba0f0a7ffd1795efc1e75821d83b32c.
Leo il y a 10 ans
Parent
commit
872d2796b1
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/file_com.ml

+ 2 - 0
src/file_com.ml

@@ -49,10 +49,12 @@ let write (tmp_file:t) =
         let data = (Settings_j.string_of_rc_file tmp_file
         |> Yojson.Basic.prettify ~std:true) in
         Out_channel.write_all (Lazy.force name) ~data
+;;
 
 (* Return the configuration file template *)
 let rc_template () =
   Settings_v.create_rc_file ~progs:[] ~settings:[]
+;;
 
 (* Function to create configuration file if it does not
  * exist *)