Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Dec 13, 2017
1 parent 351dc15 commit 05e6ec2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/processing/gui/ScriptEditorDialog.py
Expand Up @@ -147,7 +147,6 @@ def __init__(self, algType, alg):

self.editor.setLexerType(self.algType)


def find(self):
txt = self.findBox.text()
cs = self.chkCaseSensitive.isChecked()
Expand All @@ -164,7 +163,6 @@ def replace(self):
def toggleSearchBox(self):
self.searchWidget.setVisible(not self.searchWidget.isVisible())


def showSnippets(self, evt):
popupmenu = QMenu()
for name, snippet in self.snippets.iteritems():
Expand Down

0 comments on commit 05e6ec2

Please sign in to comment.