Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl committed May 16, 2023
1 parent 7005cf0 commit 5793937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ pub enum RtlsdrError {

/// A result of a function that may return a `Error`.
pub type Result<T> = std::result::Result<T, RtlsdrError>;

0 comments on commit 5793937

Please sign in to comment.