Add trailing newline in file
authorHugh Brown <hbrown@amplify.com>
Thu, 10 Oct 2013 19:44:10 +0000 (15:44 -0400)
committerHugh Brown <hbrown@amplify.com>
Thu, 10 Oct 2013 20:36:40 +0000 (16:36 -0400)
jenkinsapi/plugins.py

index a412a54..7a9482a 100644 (file)
@@ -54,4 +54,3 @@ class Plugins(JenkinsBase):
     def __str__(self):
         plugins = [plugin["shortName"] for plugin in self._data.get("plugins", [])]
         return str(sorted(plugins))
-