Skip to content

Commit

Permalink
Fix delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
kazcw committed Nov 14, 2024
1 parent e22a1c8 commit 1a84212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/rust-ffi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ pub fn is_numeric_literal(code: &str) -> bool {
}),
_ => false,
}
})
}

#[wasm_bindgen(start)]
Expand Down

0 comments on commit 1a84212

Please sign in to comment.