Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed May 31, 2024
1 parent d88d98e commit 0f56d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/paralegal-flow/src/ana/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use std::path::Path;
use std::{fs::File, io::Read, rc::Rc};

use flowistry_pdg_construction::{
graph::InternedString, GraphLoader, Asyncness, DepGraph, MemoPdgConstructor, PartialGraph,
graph::InternedString, Asyncness, DepGraph, GraphLoader, MemoPdgConstructor, PartialGraph,
};

use rustc_hash::FxHashMap;
Expand Down

0 comments on commit 0f56d7f

Please sign in to comment.