diff options
| author | termie <github@anarkystic.com> | 2011-04-12 13:08:48 -0500 |
|---|---|---|
| committer | termie <github@anarkystic.com> | 2011-04-12 13:08:48 -0500 |
| commit | e288c8aab3092f8691e190d2a3b9405518dab858 (patch) | |
| tree | 990638f43c022270e7c4b1aabdcdfa8c643cf41f | |
| parent | 6ac2b25d77ea71be0f9232b5502a75f255a6b2ec (diff) | |
remove extra newline
| -rw-r--r-- | nova/compute/api.py | 1 |
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() |
