Skip to content

Commit 99b04c5

Browse files
committed
Fix order of uses
1 parent 0916231 commit 99b04c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

splashsurf/src/io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use std::fs::{create_dir_all, File};
2+
use std::io::Read;
23
use std::io::{BufReader, BufWriter, Write};
34
use std::path::Path;
45

@@ -8,7 +9,6 @@ use vtkio::model::{DataSet, Version, Vtk};
89
use vtkio::{export_be, import_be};
910

1011
use splashsurf_lib::Real;
11-
use std::io::Read;
1212

1313
pub fn write_vtk<P: AsRef<Path>>(
1414
data: impl Into<DataSet>,

0 commit comments

Comments
 (0)