Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
micahrj committed Sep 3, 2024
1 parent c9fc6b6 commit 6b62ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync/param_gestures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::sync::atomic::Ordering;

use super::bitset::{self, AtomicBitset, Bitset};
use super::float::AtomicF64;
use crate::params::{ParamInfo, ParamValue};
use crate::params::ParamValue;

pub struct ParamGestures {
values: Vec<AtomicF64>,
Expand Down

0 comments on commit 6b62ad8

Please sign in to comment.