Skip to content

Commit

Permalink
apply fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldo committed Sep 12, 2023
1 parent 43894bf commit afa2cda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/space_heat_demand/building_element.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::core::space_heat_demand::zone::NamedBuildingElement;
use crate::core::units::{average_monthly_to_annual, JOULES_PER_KILOJOULE};
use crate::external_conditions::{ExternalConditions};
use crate::external_conditions::ExternalConditions;
use crate::input::{BuildingElement, MassDistributionClass};
use crate::simulation_time::SimulationTimeIterator;
use std::f64::consts::PI;
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ extern crate is_close;
use crate::input::parse_input_file;
use crate::read_weather_file::ExternalConditions;


use std::error::Error;
use std::ffi::OsStr;
use std::path::Path;
Expand Down

0 comments on commit afa2cda

Please sign in to comment.