From f617f8030532cfff3a470bee3455cd36a4f4657d Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Wed, 9 Aug 2023 09:13:05 +0200
Subject: [PATCH] Update shell-and-data-access.md

---
 docs.it4i/general/shell-and-data-access.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs.it4i/general/shell-and-data-access.md b/docs.it4i/general/shell-and-data-access.md
index 0dafd03ca..a1a769fe9 100644
--- a/docs.it4i/general/shell-and-data-access.md
+++ b/docs.it4i/general/shell-and-data-access.md
@@ -152,7 +152,7 @@ local $ man sshfs
 The rsync client uses ssh to establish connection.
 
 ```console
-local $ rsync my-local-file 
+local $ rsync my-local-file
 ```
 
 ```console
@@ -160,10 +160,10 @@ local $ rsync -r my-local-dir username@cluster-name.it4i.cz:directory
 ```
 
 !!! note
-    The data transfer speed is limited by the single-core ssh encryption speed to about **150 MB/s**  
+    The data transfer speed is limited by the single-core ssh encryption speed to about **150 MB/s**
     Run **multiple rsync** instances for unlimited transfers
 
-Parallel execution of multiple rsync processes utilizes multiple cores to accelerate encryption and multiple tcp streams for enhanced bandwidth.  
+Parallel execution of multiple rsync processes utilizes multiple cores to accelerate encryption and multiple tcp streams for enhanced bandwidth.
 First, set up ssh-agent single sign on:
 
 ```console
-- 
GitLab