Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed May 2, 2024
1 parent 96059c0 commit d2f75cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auditable-extract/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub fn raw_auditable_data(data: &[u8]) -> Result<&[u8], Error> {
Format::Unknown => {
#[cfg(feature = "wasm")]
if data.starts_with(b"\0asm") {
return wasm::raw_auditable_data_wasm(data)
return wasm::raw_auditable_data_wasm(data);
}

Err(Error::NotAnExecutable)
Expand Down

0 comments on commit d2f75cd

Please sign in to comment.