From 897fd9a1aba07bd9091e626817d1e7b40f3a59ee Mon Sep 17 00:00:00 2001
From: Elias Werner <eliwerner3@googlemail.com>
Date: Wed, 15 Dec 2021 17:39:08 +0100
Subject: [PATCH] remove spaces from end of line

---
 doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md b/doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
index da68d5258..36fbb93d6 100644
--- a/doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
+++ b/doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
@@ -257,14 +257,13 @@ module:
 
 When your Jupyter instance is started, you can set up Spark/Flink. Since the setup in the notebook
 requires more steps than in an interactive session, we have created example notebooks that you can
-use as a starting point for convenience:
-[SparkExample.ipynb](misc/SparkExample.ipynb),
+use as a starting point for convenience: [SparkExample.ipynb](misc/SparkExample.ipynb),
 [FlinkExample.ipynb](misc/FlinkExample.ipynb)
 
 !!! warning
 
-    The notebooks only work with the Spark or Flink module mentioned above. When using other 
-    Spark/Flink modules, it is possible that you have to do additional or other steps in order to 
+    The notebooks only work with the Spark or Flink module mentioned above. When using other
+    Spark/Flink modules, it is possible that you have to do additional or other steps in order to
     make Spark/Flink running.
 
 !!! note
-- 
GitLab