Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcolombo committed Dec 18, 2024
1 parent 17e1ac0 commit a01c51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/sagas/disk_create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ use rand::{rngs::StdRng, RngCore, SeedableRng};
use serde::Deserialize;
use serde::Serialize;
use sled_agent_client::{CrucibleOpts, VolumeConstructionRequest};
use std::{collections::VecDeque, net::SocketAddr};
use std::convert::TryFrom;
use std::net::SocketAddrV6;
use std::{collections::VecDeque, net::SocketAddr};
use steno::ActionError;
use steno::Node;
use uuid::Uuid;
Expand Down

0 comments on commit a01c51d

Please sign in to comment.