Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Lean Mendoza <leandro@decentraland.org>
  • Loading branch information
leanmendoza committed Dec 2, 2024
1 parent 847637e commit e6c6369
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/src/content/content_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,10 @@ impl ContentProvider {
let resource_optimized_path = format!("res://content/{}.remap", file_hash);
DclGlobal::singleton().call(
"async_load_threaded".into(),
&[resource_optimized_path.to_variant(), promise.clone().to_variant()],
&[
resource_optimized_path.to_variant(),
promise.clone().to_variant(),
],
);
} else {
let url = format!(
Expand Down

0 comments on commit e6c6369

Please sign in to comment.