pep8 compliance: W292 no newline at end of file

This commit is contained in:
David Sowder 2012-02-21 19:14:43 -06:00
parent 0dc7fba346
commit 2f4dcef10b

View File

@ -367,4 +367,4 @@ class FillTool(EditorTool):
self.blockInfo = self.editor.level.materials.blockWithID(id, data)
else:
return self.editor.selectionTool.mouseDown(evt, pos, dir)
return self.editor.selectionTool.mouseDown(evt, pos, dir)