Skip to content

Commit

Permalink
chore: prettier and update wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Jul 17, 2023
1 parent 93a5929 commit 047b4fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bindings/wasm/bin/decancer.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion bindings/wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use wasm_bindgen::prelude::*;

#[wasm_bindgen]
pub struct CuredString(decancer::CuredString);
pub struct CuredString(decancer::CuredString);

#[wasm_bindgen]
impl CuredString {
Expand Down

0 comments on commit 047b4fc

Please sign in to comment.