formatting

This commit is contained in:
Vishnunarayan K I 2020-11-09 23:32:08 +05:30
parent a4e94ec9b8
commit 86a7831f0b
2 changed files with 2 additions and 2 deletions

View File

@ -5262,7 +5262,7 @@ dependencies = [
"chrono",
"lazy_static",
"matchers",
"parking_lot 0.11.0",
"parking_lot 0.9.0",
"regex",
"serde",
"serde_json",

View File

@ -7,8 +7,8 @@
mod alignment;
pub mod collect_writes;
mod find_self_call;
pub(crate) mod generic_graphviz;
mod generic_graph;
pub(crate) mod generic_graphviz;
mod graphviz;
pub(crate) mod pretty;
pub(crate) mod spanview;