Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarLiner committed Feb 11, 2024
1 parent 08bb164 commit 33ee035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/svfmixer/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use nih_plug::buffer::ChannelSamples;
use std::sync::Arc;

use nih_plug::prelude::*;
Expand All @@ -12,6 +11,8 @@ use valib::dsp::{DSP, DSPBlock};
use valib::dsp::blocks::{ModMatrix, Series2};
use valib::oversample::Oversample;
use valib::saturators::Saturator;
use valib::oversample::Oversample;
use valib::saturators::{Clipper, Saturator, Slew};
use valib::simd::SimdValue;
use valib::Scalar;

Expand Down
1 change: 0 additions & 1 deletion src/dsp/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use crate::dsp::utils::mono_block_to_slice;
use nalgebra::Complex;

use crate::Scalar;
Expand Down

0 comments on commit 33ee035

Please sign in to comment.