Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kmd-fl committed Aug 29, 2024
1 parent 3e23545 commit dd481cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/server-config/src/node_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@ fn default_vm_ip() -> Ipv4Addr {
Ipv4Addr::new(192, 168, 122, 112)
}


#[derive(Clone, Deserialize, Serialize, Debug, PartialEq, Eq)]
pub struct PortRangeConfig {
pub start: u16,
Expand Down

0 comments on commit dd481cd

Please sign in to comment.