From ab024acc787dc450700a293c706526b3f962903e Mon Sep 17 00:00:00 2001 From: catborise Date: Thu, 19 Dec 2019 12:05:35 +0300 Subject: [PATCH] setting.py.template add blank line at the end of file --- webvirtcloud/settings.py.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webvirtcloud/settings.py.template b/webvirtcloud/settings.py.template index 587cc75..e1ecc74 100644 --- a/webvirtcloud/settings.py.template +++ b/webvirtcloud/settings.py.template @@ -176,4 +176,4 @@ INSTANCE_VOLUME_DEFAULT_OWNER = {'uid': 0, 'guid': 0} INSTANCE_CPU_DEFAULT_MODE = 'host-model' # Chipset/Machine: pc or q35 for x86_64 -INSTANCE_MACHINE_DEFAULT_TYPE = 'q35' \ No newline at end of file +INSTANCE_MACHINE_DEFAULT_TYPE = 'q35'