From 912e3831bcf394d25df281e722be5bee89126fb4 Mon Sep 17 00:00:00 2001
From: Marco Del Tufo <marco.deltufo@exact-lab.it>
Date: Thu, 21 Sep 2023 10:50:39 +0000
Subject: [PATCH] Update multi-data-set-archiving.md

---
 docs/uncategorized/multi-data-set-archiving.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/uncategorized/multi-data-set-archiving.md b/docs/uncategorized/multi-data-set-archiving.md
index 0b675664e62..003ccb9f827 100644
--- a/docs/uncategorized/multi-data-set-archiving.md
+++ b/docs/uncategorized/multi-data-set-archiving.md
@@ -407,12 +407,12 @@ openbis_prod=> UPDATE external_data SET status = 'AVAILABLE', present_in_archive
 ```
       
 
-    If there is half copied files on the archive destination, these need
-    to be delete too, to find them run the next queries.
+If there is half copied files on the archive destination, these need
+to be delete too, to find them run the next queries.
 
-      
+    
 
-        # To find out the containers:
+To find out the containers:
       
 ```sql   
 SELECT * FROM data_sets WHERE CODE IN('20170712111421297-37998', '20171106181516927-39987', '20171106183212074-39995', '20171106185354378-40002');
-- 
GitLab