Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Dec 15, 2024
1 parent 43a16f7 commit 3a695b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frida/src/device_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl<'a> DeviceManager<'a> {
return Err(Error::DeviceLookupFailed);
}

return Ok(Device::from_raw(device_ptr))
Ok(Device::from_raw(device_ptr))
}

/// Returns the local device.
Expand Down

0 comments on commit 3a695b3

Please sign in to comment.