Skip to content

Commit 11c0e56

Browse files
ghtmttnyalldawson
authored andcommitted
fix indentation
1 parent 925d45d commit 11c0e56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/plugins/processing/script/AddScriptFromTemplateAction.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
class AddScriptFromTemplateAction(ToolboxAction):
4141

4242
def __init__(self):
43-
self.name = QCoreApplication.translate("AddScriptFromTemplate",
44-
"Load Script From Template...")
43+
self.name = QCoreApplication.translate("AddScriptFromTemplate", "Load Script From Template...")
4544
self.group = self.tr("Tools")
4645

4746
def execute(self):

0 commit comments

Comments
 (0)