diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 04:28:07 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 04:28:07 +0300 |
| commit | 2da28d0495e75a0954c194e2e0c4db03c23cb05f (patch) | |
| tree | 2aa909ea4c197b5265064ef3974bce00fc5fc4c9 /crates/fparkan-assets | |
| parent | 02b4da2e3d78cc7df7278d7b17cf65620d58db54 (diff) | |
| download | fparkan-2da28d0495e75a0954c194e2e0c4db03c23cb05f.tar.xz fparkan-2da28d0495e75a0954c194e2e0c4db03c23cb05f.zip | |
style: format workspace with Rust 1.97
Diffstat (limited to 'crates/fparkan-assets')
| -rw-r--r-- | crates/fparkan-assets/src/lib.rs | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/crates/fparkan-assets/src/lib.rs b/crates/fparkan-assets/src/lib.rs index 2199515..2202ede 100644 --- a/crates/fparkan-assets/src/lib.rs +++ b/crates/fparkan-assets/src/lib.rs @@ -634,15 +634,13 @@ pub fn prepare_mission_assets_with_repository<R: ResourceRepository>( root_prototype_spans: &[std::ops::Range<usize>], prototypes: &[EffectivePrototype], ) -> Result<MissionAssets, AssetError> { - Ok( - prepare_mission_assets_profiled_with_repository( - repository, - root_prototype_spans, - prototypes, - AssetPreparationLimits::default(), - )? - .0, - ) + Ok(prepare_mission_assets_profiled_with_repository( + repository, + root_prototype_spans, + prototypes, + AssetPreparationLimits::default(), + )? + .0) } /// Builds mission assets while enforcing explicit preparation limits. |
