Skip to content

Commit 10fa2ee

Browse files
committed
Format Fix
1 parent a4479b2 commit 10fa2ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/bevy_asset/src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,13 @@ impl Plugin for AssetPlugin {
173173

174174
#[cfg(not(target_arch = "wasm32"))]
175175
{
176-
let temp_source = temp::get_temp_source(app.world_mut(), self.temporary_file_path.clone());
176+
let temp_source =
177+
temp::get_temp_source(app.world_mut(), self.temporary_file_path.clone());
177178

178179
let mut sources = app
179180
.world_mut()
180181
.get_resource_or_insert_with::<AssetSourceBuilders>(Default::default);
181-
182+
182183
sources.insert("temp", temp_source);
183184
}
184185

0 commit comments

Comments
 (0)