Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Mar 10, 2024
1 parent 9233548 commit d322a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nexus/reconfigurator/execution/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ use nexus_types::deployment::Blueprint;
use nexus_types::identity::Asset;
use omicron_common::address::Ipv6Subnet;
use omicron_common::address::SLED_PREFIX;
use overridables::Overridables;
use slog::info;
use slog_error_chain::InlineErrorChain;
use std::collections::BTreeMap;
use std::net::SocketAddrV6;
use overridables::Overridables;
use uuid::Uuid;

mod datasets;
mod dns;
mod omicron_zones;
mod resource_allocation;
mod overridables;
mod resource_allocation;

struct Sled {
id: Uuid,
Expand Down

0 comments on commit d322a96

Please sign in to comment.