From 50a3dd857c6997182b856f608bb9cf1df5bf1d06 Mon Sep 17 00:00:00 2001
From: bikerdanny <62376119+bikerdanny@users.noreply.github.com>
Date: Wed, 8 Sep 2021 08:28:35 +0200
Subject: [PATCH] Removed spaces before console

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md
index 53bbe918a..4174e2b46 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md
@@ -36,14 +36,14 @@ their data.
 
 For the first view, you can use the command `df`.
 
-``` console
+```console
 marie@login$ df
 ```
 
 Alternatively, you can use the command `findmnt`, which is also able to report space usage
 by adding the parameter `-D`:
 
-``` console
+```console
 marie@login$ findmnt -D
 ```
 
-- 
GitLab