X-Git-Url: https://git.r.bdr.sh/rbdr/sumo/blobdiff_plain/bb8d5ef47baf7ad16a1bc58526f81ce332b090d6..refs/heads/main:/lib/components/max_velocity.js 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; } -}; +}