Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossless committed Mar 9, 2024
1 parent 2d7a71c commit 576197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ impl ISPDevice {
&& d.interface_number() == 0;
})
.collect();

devices.sort_by_key(|d| d.path());

for d in &devices {
Expand Down

0 comments on commit 576197b

Please sign in to comment.