Skip to content

Commit

Permalink
cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Nov 25, 2024
1 parent 3031a97 commit 4f0adfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/neon/src/sys/object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ pub unsafe fn get_own_property_names(out: &mut Local, env: Env, object: Local) -
napi::KeyFilter::ALL_PROPERTIES | napi::KeyFilter::SKIP_SYMBOLS,
napi::KeyConversion::NumbersToStrings,
property_names.as_mut_ptr(),
)
{
) {
Err(napi::Status::PendingException) => return false,
status => status.unwrap(),
}
Expand Down

0 comments on commit 4f0adfc

Please sign in to comment.