Skip to content

Commit 1b7edfb

Browse files
committed
fix: Remove unused 'rec'
1 parent 6decbe2 commit 1b7edfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/editor.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ let () =
260260
let old_text = ref "" in
261261

262262
let onload () =
263-
let rec dyn_preview =
263+
let dyn_preview =
264264
let text = Ace.get_contents ace_quest in
265265
let question = Omd.to_html ~override:override_url (Omd.of_string text) in
266266
if text <> !old_text then begin

0 commit comments

Comments
 (0)