aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/preferences.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/preferences.ml')
-rw-r--r--ide/preferences.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ide/preferences.ml b/ide/preferences.ml
index 6cf6e9754..624bed0a7 100644
--- a/ide/preferences.ml
+++ b/ide/preferences.ml
@@ -9,5 +9,4 @@ type pref =
mutable auto_save_delay : float;
mutable automatic_tactics : string * string list;
mutable cmd_print : string
-
}