Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Nov 30, 2023
1 parent e6ea02b commit 3400e47
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sled-agent/src/services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -847,10 +847,7 @@ impl ServiceManager {
None,
omicron_zones_config.clone(),
|z: &OmicronZoneConfig| {
matches!(
z.zone_type,
OmicronZoneType::InternalDns { .. }
)
matches!(z.zone_type, OmicronZoneType::InternalDns { .. })
},
)
.await?;
Expand Down

0 comments on commit 3400e47

Please sign in to comment.