Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MendyBerger committed Oct 14, 2024
1 parent e1a236d commit bc9c0c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions examples-wasi/src/hello_compute/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,3 @@ pub fn main() {
}
}
}

#[cfg(test)]
mod tests;
2 changes: 1 addition & 1 deletion examples-wasi/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@
pub fn output_image_wasi(image_data: Vec<u8>, texture_dims: (usize, usize)) {
log::info!("size: {:?}", texture_dims);
log::info!("image_data: {:?}", image_data);
}
}

0 comments on commit bc9c0c0

Please sign in to comment.