Skip to content

Commit a4bc972

Browse files
committed
Prettify
1 parent 9ea7a37 commit a4bc972

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/lib/interpolationSlider.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def glyphUpdated(self):
4343
status = "❌"
4444

4545
currentGlyph = self.getGlyphEditor().getGlyph().asFontParts()
46-
4746
sourceLayer0 = self.controller.source0
4847
sourceLayer1 = self.controller.source1
4948

@@ -54,7 +53,7 @@ def glyphUpdated(self):
5453

5554
interpValue = self.controller.w.getItemValue("interpolationSlider")
5655

57-
# Check if layers exists in sources
56+
# Check if layers exist in sources
5857
for layer in self.controller.source0.layers:
5958
if layer.name == currentGlyph.layer.name:
6059
sourceLayer0 = layer

0 commit comments

Comments
 (0)