Skip to content

Commit 0733743

Browse files
committed
cargo fmt
1 parent f647828 commit 0733743

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

splashsurf/src/reconstruction.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,8 @@ mod arguments {
676676
format!(
677677
"{}.vtk",
678678
input_stem.replace("{}", &format!("{}_{{}}", output_suffix))
679-
).into()
679+
)
680+
.into()
680681
};
681682
} else {
682683
is_sequence = false;

0 commit comments

Comments
 (0)