Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Batch21 committed Dec 11, 2023
1 parent 97e69e9 commit 730c3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywr_schema/src/nodes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ pub use river_split::RiverSplitNode;
use serde_json::Value;
use std::collections::HashMap;
use std::path::PathBuf;
use strum_macros::EnumVariantNames;
pub use virtual_storage::{
AnnualVirtualStorageNode, MonthlyVirtualStorageNode, RollingVirtualStorageNode,
SeasonalVirtualStorageNode, VirtualStorageNode,
};
use strum_macros::EnumVariantNames;

#[derive(serde::Deserialize, serde::Serialize, Debug, Clone)]
pub struct NodePosition {
Expand Down

0 comments on commit 730c3c7

Please sign in to comment.