aboutsummaryrefslogtreecommitdiff
path: root/lib/components/max_velocity.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/components/max_velocity.js')
-rw-r--r--lib/components/max_velocity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/max_velocity.js b/lib/components/max_velocity.js
index 70bf343..fd696ea 100644
--- a/lib/components/max_velocity.js
+++ b/lib/components/max_velocity.js
@@ -21,5 +21,5 @@ export default class MaxVelocityComponent extends Component {
*/
this.maxVelocity = this.maxVelocity || 20;
}
-};
+}