summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2011-04-12 13:08:48 -0500
committertermie <github@anarkystic.com>2011-04-12 13:08:48 -0500
commite288c8aab3092f8691e190d2a3b9405518dab858 (patch)
tree990638f43c022270e7c4b1aabdcdfa8c643cf41f
parent6ac2b25d77ea71be0f9232b5502a75f255a6b2ec (diff)
remove extra newline
-rw-r--r--nova/compute/api.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py
index e6146231c..c29523033 100644
--- a/nova/compute/api.py
+++ b/nova/compute/api.py
@@ -114,7 +114,6 @@ class API(base.Base):
Verifies that quota and other arguments are valid.
"""
-
if not instance_type:
instance_type = instance_types.get_default_instance_type()