Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Dec 11, 2023
1 parent 9f70bc5 commit 8886fef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ir/analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
// released under BSD 3-Clause License
// author: Kevin Laeufer <[email protected]>

use crate::ir::{
Context, Expr, ExprRef, GetNode, SignalInfo, SignalKind, State, TransitionSystem,
};
use crate::ir::{Context, Expr, ExprRef, GetNode, SignalInfo, SignalKind, State, TransitionSystem};
use std::collections::HashMap;
use std::ops::Index;

Expand Down

0 comments on commit 8886fef

Please sign in to comment.