Ordering some files

This commit is contained in:
2023-06-18 13:53:45 +02:00
parent 0c3a3126f8
commit fd4affdb17
14 changed files with 70 additions and 38 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
use structopt::StructOpt;
use crate::{data_format::DataFormat, speed_unit::SpeedUnit, temp_unit::TempUnit};
use crate::{
formats::data_format::DataFormat, formats::speed_unit::SpeedUnit, formats::temp_unit::TempUnit,
};
#[derive(Debug, StructOpt)]
#[structopt(