From fd6e04c4beff6eb35212ed052d266e63bdf41892 Mon Sep 17 00:00:00 2001
From: Anth0rx <anthorx@keemail.me>
Date: Thu, 26 Sep 2024 21:04:47 +0200
Subject: [PATCH] Fix line spacing for "Debt" on CS

Signed-off-by: Anth0rx <anthorx@keemail.me>
---
 CS.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CS.tex b/CS.tex
index 7cf9576..b85d73f 100644
--- a/CS.tex
+++ b/CS.tex
@@ -51,7 +51,9 @@
 
       \textbf{Race:} & \iftoggle{examplecharacter}{\sffamily\race}{\lightDots} &
       \textbf{Concept:} & \iftoggle{examplecharacter}{\sffamily\concept}{\lightDots} &
-      \textbf{Rank:} & \iftoggle{examplecharacter}{\sffamily\rank}{\lightDots} \\
+      \textbf{Rank:} & \iftoggle{examplecharacter}{\sffamily\rank}{\lightDots}
+      \\
+      \\
 
       \textbf{Debt:} & \iftoggle{examplecharacter}{\sffamily\characterDebt}{\lightDots} &
       & &
-- 
GitLab