aboutsummaryrefslogtreecommitdiff
path: root/sysinit
diff options
context:
space:
mode:
authorEnrico Tassi2021-01-06 19:57:08 +0100
committerEnrico Tassi2021-01-27 09:45:49 +0100
commit6e258b391363aa2345c4dc265ba381b1712fe083 (patch)
treeb0f3f90cb0f9cc8767e7e691fa05cff2efe6ab8b /sysinit
parentd414273bbd53681baecf3ddc6d343243c80e8103 (diff)
make the linter happy
Diffstat (limited to 'sysinit')
-rw-r--r--sysinit/coqargs.mli2
-rw-r--r--sysinit/sysinit.mllib2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysinit/coqargs.mli b/sysinit/coqargs.mli
index cc622fabe3..aef50193f2 100644
--- a/sysinit/coqargs.mli
+++ b/sysinit/coqargs.mli
@@ -103,4 +103,4 @@ val get_float : opt:string -> string -> float
val error_missing_arg : string -> 'a
val error_wrong_arg : string -> 'a
-val set_option : Goptions.option_name * option_command -> unit \ No newline at end of file
+val set_option : Goptions.option_name * option_command -> unit
diff --git a/sysinit/sysinit.mllib b/sysinit/sysinit.mllib
index 715de2bb82..6e86536648 100644
--- a/sysinit/sysinit.mllib
+++ b/sysinit/sysinit.mllib
@@ -1,4 +1,4 @@
Usage
Coqloadpath
Coqargs
-Coqinit \ No newline at end of file
+Coqinit