remove white space

This commit is contained in:
carm 2015-02-17 00:57:08 -05:00
parent 9787e52e36
commit 8ec4ba09ac

View file

@ -444,5 +444,3 @@ module Ints = Make_array(Array.IntArray)
module Bools = Make_array(Array.BoolArray)
module Make(Elt:sig type t end) = Make_array(Array.Make(Elt))