Remove unneeded return statement

This commit is contained in:
TacoTheDank 2020-05-29 14:57:21 -04:00
parent cfac6a3631
commit 03f3c10bf9
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ class ShakeListener implements SensorEventListener
@Override
public void onAccuracyChanged(Sensor sensor, int accuracy) {
return;
}
}