You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/04/22 02:35:19 UTC

[6/9] libcloud git commit: remove empty line

remove empty line


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a28a0799
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a28a0799
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a28a0799

Branch: refs/heads/trunk
Commit: a28a0799298cebcb2a102acc4a35465e50e02688
Parents: 8560d20
Author: Anthony Shaw <an...@apache.org>
Authored: Sat Apr 22 08:34:53 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Sat Apr 22 08:34:53 2017 +1000

----------------------------------------------------------------------
 libcloud/test/compute/test_openstack.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a28a0799/libcloud/test/compute/test_openstack.py
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/test_openstack.py b/libcloud/test/compute/test_openstack.py
index 029db10..b6b6917 100644
--- a/libcloud/test/compute/test_openstack.py
+++ b/libcloud/test/compute/test_openstack.py
@@ -69,7 +69,7 @@ class OpenStackAuthTests(unittest.TestCase):
             ex_force_auth_url='http://x.y.z.y:5000',
             ex_tenant_name='admin')
         self.assertEqual(d._ex_force_auth_url, forced_auth)
-        
+
         with requests_mock.Mocker() as mock:
             body2 = ComputeFileFixtures('openstack').load('_v2_0__auth.json')