Skip to content

Commit

Permalink
style: fix rustfmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhchchc committed Jan 18, 2025
1 parent 902a3aa commit 42cdb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
pub mod control_flow;
pub mod data_flow;
pub mod expression;
mod generator;
#[cfg(feature = "llvm-ir")]
pub mod llvm_ir_backend;
mod generator;
mod moka_instruction;
#[cfg(feature = "petgraph")]
pub mod petgraph;
Expand Down

0 comments on commit 42cdb60

Please sign in to comment.