Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalthaj committed Oct 15, 2024
1 parent bce8755 commit 186e8a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion golem-rib/src/type_inference/call_arguments_inference.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ mod internal {
) -> Result<(), String> {
match call_type {
CallType::Function(dynamic_parsed_function_name) => {
let parsed_function_static = dynamic_parsed_function_name.clone().to_parsed_function_name();
let parsed_function_static = dynamic_parsed_function_name
.clone()
.to_parsed_function_name();
let function = parsed_function_static.clone().function;
if function.resource_name().is_some() {
let resource_name =
Expand Down

0 comments on commit 186e8a1

Please sign in to comment.