Skip to content

Commit

Permalink
fix: rustfmt
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Adossi <[email protected]>
  • Loading branch information
vados-cosmonic committed Oct 14, 2023
1 parent 45cbc48 commit 0e78f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/functions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ impl Emit for ModuleFunctions {
#[cfg(test)]
mod tests {
use super::*;
use crate::{Export, Module, FunctionBuilder};
use crate::{Export, FunctionBuilder, Module};

#[test]
fn get_memory_id() {
Expand Down

0 comments on commit 0e78f20

Please sign in to comment.