From 77449b22e1b9120b7ec4742634826b9bbf63761e Mon Sep 17 00:00:00 2001
From: Benedikt Seeger <benedikt.seeger@ptb.de>
Date: Wed, 24 Jan 2024 12:01:32 +0100
Subject: [PATCH] Tabelle reformatiert

---
 issue.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/issue.md b/issue.md
index d3fdd59..480b941 100644
--- a/issue.md
+++ b/issue.md
@@ -2,20 +2,20 @@ There was an issue with the following unit conversion:
 
 | Which unit | User entered input | Parsed input |
 | ---------- | ------------------ | ------------ |
-| Left unit  | {}                 | {}           |
-| Right unit | {}                 | {}           |
+| Left unit  | {} | {} |
+| Right unit | {} | {} |
 
 ### Result/Expectation: 
 
 | Calculation | Result | Expectation | Did match |
 |-------------|--------|-------------|-----------|
-| Base unit   | {}     |             | [ ]       |
-| factor * left = right | {} |       | [ ] |
-| factor * right = left | {} |       | [ ] |
-| factor * left = base | {} |        | [ ] |
-| factor * base = left | {} |        | [ ] |
-| factor * right = base | {} |       | [ ] |
-| factor * base = right | {} |       | [ ] |
+| Base unit   | {} |     | [ ]       |
+| factor * left = right | {} |     | [ ] |
+| factor * right = left | {} |     | [ ] |
+| factor * left = base | {} |     | [ ] |
+| factor * base = left | {} |     | [ ] |
+| factor * right = base | {} |     | [ ] |
+| factor * base = right | {} |     | [ ] |
 
 If there was an error with the calculation, please fill out the table above. Feel free to also add additional info here: 
 
-- 
GitLab