Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ozdemir committed Jun 23, 2024
1 parent d67a711 commit ac04e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ir/opt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mod visit;

use super::term::*;

use log::{info, debug, trace};
use log::{debug, info, trace};

#[derive(Clone, Debug)]
/// An optimization pass
Expand Down

0 comments on commit ac04e45

Please sign in to comment.