From 59dd5aa3bd877e9193dc4fdb0af6b7d761b53dfa Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Fri, 6 Oct 2023 11:28:02 +0200
Subject: [PATCH] Update hyperqueue.md

---
 docs.it4i/general/hyperqueue.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs.it4i/general/hyperqueue.md b/docs.it4i/general/hyperqueue.md
index ae6ce1b81..9a39390c1 100644
--- a/docs.it4i/general/hyperqueue.md
+++ b/docs.it4i/general/hyperqueue.md
@@ -17,20 +17,20 @@ Find more about HyperQueue in its [documentation][a].
 
 * **Dynamic load balancing across jobs**
 
-    * Work-stealing scheduler
-    * NUMA-aware, core planning, task priorities, task arrays
-    * Nodes and tasks may be added/removed on the fly
+  * Work-stealing scheduler
+  * NUMA-aware, core planning, task priorities, task arrays
+  * Nodes and tasks may be added/removed on the fly
 
 * **Scalable**
 
-    * Low overhead per task (~100μs)
-    * Handles hundreds of nodes and millions of tasks
-    * Output streaming avoids creating many files on network filesystems
+  * Low overhead per task (~100μs)
+  * Handles hundreds of nodes and millions of tasks
+  * Output streaming avoids creating many files on network filesystems
 
 * **Easy deployment**
 
-    * Single binary, no installation, depends only on *libc*
-    * No elevated privileges required
+  * Single binary, no installation, depends only on *libc*
+  * No elevated privileges required
 
 ## Installation
 
-- 
GitLab