From 8ac4bbc682b2e77a6402c10eca821b1c7412d631 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 23 Apr 2024 10:22:00 -0400 Subject: [PATCH] qa: add missing terminating newline Signed-off-by: Patrick Donnelly --- qa/mon_election/classic.yaml | 2 +- qa/mon_election/connectivity.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/mon_election/classic.yaml b/qa/mon_election/classic.yaml index 7ccd9983099..7dbbb1f09ce 100644 --- a/qa/mon_election/classic.yaml +++ b/qa/mon_election/classic.yaml @@ -2,4 +2,4 @@ overrides: ceph: conf: global: - mon election default strategy: 1 \ No newline at end of file + mon election default strategy: 1 diff --git a/qa/mon_election/connectivity.yaml b/qa/mon_election/connectivity.yaml index 3b9f9e26cf4..57f7e3ae8e1 100644 --- a/qa/mon_election/connectivity.yaml +++ b/qa/mon_election/connectivity.yaml @@ -2,4 +2,4 @@ overrides: ceph: conf: global: - mon election default strategy: 3 \ No newline at end of file + mon election default strategy: 3 -- 2.39.5