CI Python Markdown errors fixes

Changes:
    - Fix line spacing

Tested:
    - CI test from gerrit jenkins

Change-Id: I87675375085f509a3c0eb8cd0bfb6762be9bd5e0
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ffdc/ffdc_collector.py b/ffdc/ffdc_collector.py
index 875ec81..7ef197d 100644
--- a/ffdc/ffdc_collector.py
+++ b/ffdc/ffdc_collector.py
@@ -329,8 +329,7 @@
             )
             self.logger.error(
                 "\tERROR: Requested protocol %s is not in working protocol"
-                " list.\n"
-                % self.remote_protocol
+                " list.\n" % self.remote_protocol
             )
             sys.exit(-1)
         else: