Browse Source

Some stupid changes to test an online editor

leowzukw 9 years ago
parent
commit
202c2e671b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/file_com.ml

+ 0 - 2
src/file_com.ml

@@ -49,12 +49,10 @@ 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 *)