Skip to content

Commit b4b3b63

Browse files
Fyustormblackspherefollower
authored andcommitted
fix: checkstyle
1 parent 277ea1f commit b4b3b63

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

buttplug4j/src/main/java/io/github/blackspherefollower/buttplug4j/client/ButtplugClientDeviceFeature.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ private int getStepFromFloat(final ButtplugOutput type, final float value) throw
118118
if (desc instanceof DeviceFeature.SteppedOutputDescriptor) {
119119
double steps = ((DeviceFeature.SteppedOutputDescriptor) desc).getValue()[1];
120120
steps *= value;
121-
122121
int result;
123122
if (steps >= 0) {
124123
result = (int) Math.ceil(steps);

0 commit comments

Comments
 (0)