TrivialFix: Add a blankline

Add a blankline to make code style looks consistent

Change-Id: Ibbe182e6b98b431cef90c9cf71bbb3263f037b18
This commit is contained in:
jichenjc 2018-02-08 16:46:41 +08:00
parent 10c1c3cbc1
commit 4bc1db687a
1 changed files with 1 additions and 0 deletions

View File

@ -750,6 +750,7 @@ def _convert_block_devices(device_type, block_device_mapping):
return devices
convert_swap = functools.partial(_convert_block_devices,
DriverSwapBlockDevice)