Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cospectrum committed Apr 24, 2024
1 parent 0ef9daa commit 476c4df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/explain.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::Symbol;
use crate::{
util::pretty_print, Analysis, EClass, ENodeOrVar, FromOp, HashMap, HashSet, Id, Language,
PatternAst, Expr, Rewrite, UnionFind, Var,
util::pretty_print, Analysis, EClass, ENodeOrVar, Expr, FromOp, HashMap, HashSet, Id, Language,
PatternAst, Rewrite, UnionFind, Var,
};
use saturating::Saturating;
use std::cmp::Ordering;
Expand Down
2 changes: 1 addition & 1 deletion src/extract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::cmp::Ordering;
use std::fmt::Debug;

use crate::util::HashMap;
use crate::{Analysis, EClass, EGraph, Id, Language, Expr};
use crate::{Analysis, EClass, EGraph, Expr, Id, Language};

/** Extracting a single [`Expr`] from an [`EGraph`].
Expand Down

0 comments on commit 476c4df

Please sign in to comment.