Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 9, 2023
1 parent c9ab68f commit d43a02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/oxide-rtlsdr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl RtlSdr {
rtl_mult,
frequencies,
// array_init::array_init(|i: usize| (i * i) as u32);
channel: array_init::from_iter(channels.into_iter()).unwrap(),
channel: array_init::from_iter(channels).unwrap(),
decoder_type: decoder,
}
}
Expand Down

0 comments on commit d43a02c

Please sign in to comment.