Buttplug sex toy control library

chore: Fix unneeded parens

+1 -1
+1 -1
crates/buttplug_client/src/device/feature.rs
··· 160 160 OutputCommand::Oscillate(OutputValue::new(self.check_step_value(output, *v as i32)?)) 161 161 } 162 162 ClientDeviceOutputCommand::Rotate(v) => { 163 - OutputCommand::Rotate(OutputValue::new(self.check_step_value(output, (*v))?)) 163 + OutputCommand::Rotate(OutputValue::new(self.check_step_value(output, *v)?)) 164 164 } 165 165 ClientDeviceOutputCommand::Constrict(v) => { 166 166 OutputCommand::Constrict(OutputValue::new(self.check_step_value(output, *v as i32)?))