From c0d265ed3425c782d940e503b47a3937289057fe Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Thu, 12 Sep 2024 17:51:27 +0100 Subject: [PATCH] Fix wasm --- src/render/mod.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/render/mod.rs b/src/render/mod.rs index 1511947..290cebe 100644 --- a/src/render/mod.rs +++ b/src/render/mod.rs @@ -227,7 +227,7 @@ pub(crate) fn diff_many_words( wordlist: Vec, threshold: usize, direction: Direction, - script: Option, + script: Option