Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Jan 11, 2025
1 parent 4757ef9 commit 43ab845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova_vm/src/ecmascript/builtins/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ impl InternalMethods for Proxy {
));
};
// 14. Return true.
return Ok(true);
Ok(true)
}

fn try_own_property_keys<'a>(
Expand Down

0 comments on commit 43ab845

Please sign in to comment.