Skip to content

Commit 64bcc95

Browse files
committed
Fix unused variable warning
Signed-off-by: Yann Regis-Gianas <[email protected]>
1 parent e060885 commit 64bcc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/learnocaml_common.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ let get_token ?(has_server = true) () =
11091109
with
11101110
Not_found ->
11111111
retrieve (Learnocaml_api.Nonce ())
1112-
>>= fun nonce ->
1112+
>>= fun _nonce ->
11131113
ask_string ~title:"Token"
11141114
[H.txt [%i"Enter your token"]]
11151115
>>= fun input_tok ->

0 commit comments

Comments
 (0)