Remove unneeded semicolons

This commit is contained in:
Jaime van Kessel 2020-04-10 13:34:57 +02:00
parent 96003c1335
commit 6a6ad6e815
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 5 additions and 3 deletions

View file

@ -170,7 +170,7 @@ class ColorMix(Script):
modelNumber = 0
for active_layer in data:
modified_gcode = ""
lineIndex = 0;
lineIndex = 0
lines = active_layer.split("\n")
for line in lines:
#dont leave blanks