Skip to content

Commit 3df29f7

Browse files
committed
White space
1 parent 4903055 commit 3df29f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Batch.roboFontExt/lib/batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def started(self):
156156
del items[identifier]
157157

158158
# position the window where it was last
159-
wx, wy, ww, wh = self.w.getPosSize()
159+
wx, wy, ww, wh = self.w.getPosSize()
160160
posSize = getExtensionDefault("com.typemytype.batch.windowPosSize", fallback=(wx, wy, ww, wh))
161161
self.w.setPosSize(posSize)
162162

0 commit comments

Comments
 (0)