Browse Source

Improve code clearity

Leo 9 years ago
parent
commit
f2b50ccc38
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/messages.mli

+ 1 - 0
src/messages.mli

@@ -39,6 +39,7 @@ val info : string -> unit
 val warning : string -> unit
 val ok : string -> unit
 val tips : string -> unit
+
 type answer = Yes | No
 val answer2str : answer -> string
 val confirm : string -> answer