forked from NationTech/harmony
wip: cargo fmt
This commit is contained in:
@@ -25,7 +25,9 @@ struct OpnSenseTopology {
|
||||
#[async_trait]
|
||||
impl Topology for OpnSenseTopology {
|
||||
async fn ensure_ready(&self) -> Result<PreparationOutcome, PreparationError> {
|
||||
Ok(PreparationOutcome::Success{ details: "Success".to_string() })
|
||||
Ok(PreparationOutcome::Success {
|
||||
details: "Success".to_string(),
|
||||
})
|
||||
}
|
||||
fn name(&self) -> &str {
|
||||
"OpnsenseTopology"
|
||||
|
||||
Reference in New Issue
Block a user