This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 0a8a28f1dd37d3b04e666a7b59e0586a398ce0eb
Author: Tomaz Muraus <[email protected]>
AuthorDate: Fri Dec 13 23:53:07 2019 +0100

    Fix lint.
---
 libcloud/compute/drivers/gce.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py
index 2fc284d..5422fbb 100644
--- a/libcloud/compute/drivers/gce.py
+++ b/libcloud/compute/drivers/gce.py
@@ -8281,7 +8281,7 @@ class GCENodeDriver(NodeDriver):
         :param  ex_accelerator_count: The number of accelerators to associate
                                       with the node.
         :type   ex_accelerator_count: ``int`` or ``None``
-        
+
         :keyword  ex_disk_size: Specify size of the boot disk.
                                 Integer in gigabytes.
         :type     ex_disk_size: ``int`` or ``None``

Reply via email to