From a6c042a4f797095cbf403acf9e69fafc72187637 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 11 May 2013 17:23:32 -0400 Subject: [PATCH] Style fix. --- cloud/virt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/virt b/cloud/virt index 5a4f7b0e756..6a6c04b4df0 100644 --- a/cloud/virt +++ b/cloud/virt @@ -106,7 +106,8 @@ VIRT_STATE_NAME_MAP = { 6 : "crashed" } -class VMNotFound(Exception): pass +class VMNotFound(Exception): + pass class LibvirtConnection(object):