Skip to content

Commit a9c53c2

Browse files
committed
Update deps, cargo fmt
1 parent 32baa2e commit a9c53c2

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

splashsurf/src/io/vtk_format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ use std::path::Path;
44
use anyhow::{anyhow, Context};
55

66
use splashsurf_lib::nalgebra::Vector3;
7-
use splashsurf_lib::Real;
87
use splashsurf_lib::vtkio;
8+
use splashsurf_lib::Real;
99

1010
use vtkio::model::{ByteOrder, DataSet, Version, Vtk};
1111
use vtkio::{export_be, import_be, IOBuffer};

0 commit comments

Comments
 (0)