Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
xwillxw authored Oct 7, 2023
1 parent 67e3369 commit 44f6c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ where
blt::high_pass(self, freq)
}

#[inline]
#[inline]
fn low_pass_with_q(self, freq: u32, q: f32) -> BltFilter<Self>
where
Self: Sized,
Expand Down

0 comments on commit 44f6c31

Please sign in to comment.