aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/gmapl.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gmapl.ml')
-rw-r--r--lib/gmapl.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gmapl.ml b/lib/gmapl.ml
index 8fc2daf96..cec10d644 100644
--- a/lib/gmapl.ml
+++ b/lib/gmapl.ml
@@ -32,4 +32,4 @@ let remove x y m =
let l = Gmap.find x m in
Gmap.add x (if List.mem y l then list_subtract l [y] else l) m
-
+