Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samestep committed Nov 20, 2024
1 parent 78cde97 commit f7ed2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/floretta/src/validate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl ModuleValidator for Validator {
}

fn code_section_entry(&mut self, body: &FunctionBody) -> wasmparser::Result<Self::Func> {
let func = self.code_section_entry(&body)?;
let func = self.code_section_entry(body)?;
Ok(func.into_validator(FuncValidatorAllocations::default()))
}
}
Expand Down

0 comments on commit f7ed2a9

Please sign in to comment.