Skip to content

Commit

Permalink
fixup! docs: test code snipets, generate output for surface_flows, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Jun 3, 2024
1 parent 10c64ff commit 760a491
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hydroflow/examples/example_surface_flows_3_ports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ pub fn main() {
};
println!(
"{}",
flow
.meta_graph()
flow.meta_graph()
.expect("No graph found, maybe failed to parse.")
.to_mermaid(&Default::default())
);
Expand Down

0 comments on commit 760a491

Please sign in to comment.