From 39a679166102d2a4f308898ae7ba7c1e5104f3e2 Mon Sep 17 00:00:00 2001 From: Svelar Date: Thu, 16 Mar 2023 14:21:58 +0800 Subject: [PATCH] translate: add new line at the end Signed-off-by: Svelar --- src/python-common/ceph/deployment/translate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python-common/ceph/deployment/translate.py b/src/python-common/ceph/deployment/translate.py index 1d4605d5c50e..8f2e33053386 100644 --- a/src/python-common/ceph/deployment/translate.py +++ b/src/python-common/ceph/deployment/translate.py @@ -200,4 +200,4 @@ class to_ceph_volume(object): cmds[i] += " --report" cmds[i] += " --format json" - return cmds \ No newline at end of file + return cmds -- 2.47.3