summaryrefslogtreecommitdiff
path: root/test-plugins/hello_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-plugins/hello_plugin.py')
-rw-r--r--test-plugins/hello_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-plugins/hello_plugin.py b/test-plugins/hello_plugin.py
index 1a4f1ea..a102502 100644
--- a/test-plugins/hello_plugin.py
+++ b/test-plugins/hello_plugin.py
@@ -9,7 +9,7 @@ class Hello(cliapp.Plugin):
@property
def version(self):
return '0.0.1'
-
+
def setup(self):
self.setup_called = True