Run cargo fmt

This commit is contained in:
Vicki Pfau 2025-05-15 17:53:24 -07:00
parent fcdcd435d6
commit ea4a6d0764

View file

@ -981,7 +981,9 @@ pub(crate) async fn create_interfaces(
.await?; .await?;
} }
object_server.at(MANAGER_PATH, fdo::ObjectManager {}).await?; object_server
.at(MANAGER_PATH, fdo::ObjectManager {})
.await?;
Ok(()) Ok(())
} }