Skip to content

Commit

Permalink
dev: fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Nov 21, 2023
1 parent 58f6232 commit bcdab9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ impl Project {
// .unwrap();

// copy files
create_dirs(&self.dest_dir.join("renderer"))?;
create_dirs(self.dest_dir.join("renderer"))?;
write_file(
self.dest_dir.join("renderer/typst_ts_renderer_bg.wasm"),
include_bytes!(
Expand Down

0 comments on commit bcdab9a

Please sign in to comment.