Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SillyFreak committed Aug 25, 2020
1 parent 51b7500 commit 02660c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ide/Simulator/simulation/sensors.js
Expand Up @@ -188,7 +188,6 @@ export class DistanceSensor {
distance = this.getDistance();
}


// update sensor segment styles
for (const segment of this.segments) {
if (segment.distance < distance) {
Expand Down

0 comments on commit 02660c1

Please sign in to comment.