Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
w1th0utnam3 committed May 30, 2023
1 parent f647828 commit 0733743
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion splashsurf/src/reconstruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,8 @@ mod arguments {
format!(
"{}.vtk",
input_stem.replace("{}", &format!("{}_{{}}", output_suffix))
).into()
)
.into()
};
} else {
is_sequence = false;
Expand Down

0 comments on commit 0733743

Please sign in to comment.