Refactor the run module, moving out of the Make functor everything that can be moved...
[tatoo.git] / src / tatoo.ml
index 6464cb4..9fb7045 100644 (file)
@@ -15,8 +15,6 @@
 
 open Format
 
-
-
 let time f arg msg =
   let t1 = Unix.gettimeofday () in
   let r = f arg in