summaryrefslogtreecommitdiff
path: root/test-plugins
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-09 17:57:38 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-09 17:57:38 +0100
commitb6f560321a30a8aff7adf4efecefb78180847686 (patch)
treeb46e77eecb1f6190b197d4283150d8390ff48abe /test-plugins
parent77de905c50bb3bcbbd4c41a841745e5e1b9c1d0f (diff)
downloadcliapp-b6f560321a30a8aff7adf4efecefb78180847686.tar.gz
Remove trailing whitespace from ends of lines
Diffstat (limited to 'test-plugins')
-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