Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ejrgilbert committed Oct 1, 2024
1 parent 44a9341 commit 4b9da33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/func_builder.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
use log::trace;
use orca_wasm::ir::function::FunctionBuilder;
use orca_wasm::ir::id::{FunctionID, TypeID};
use orca_wasm::iterator::iterator_trait::Iterator;
use orca_wasm::iterator::module_iterator::ModuleIterator;
use orca_wasm::opcode::Instrumenter;
use orca_wasm::{DataType, Opcode};
use orca_wasm::{Location, Module};
use std::process::Command;
use log::trace;
use orca_wasm::ir::function::FunctionBuilder;
use orca_wasm::iterator::iterator_trait::Iterator;
use orca_wasm::iterator::module_iterator::ModuleIterator;

// #[test]
// build factorial from scratch
Expand Down

0 comments on commit 4b9da33

Please sign in to comment.