From 554a26fff6e9eb158693570c3c13a99ac41a835f Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Mon, 18 Nov 2024 09:20:17 +0100 Subject: [PATCH] Indentation --- lib/DND/Sheet/Content.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/DND/Sheet/Content.hs b/lib/DND/Sheet/Content.hs index bff79a3..73e52db 100644 --- a/lib/DND/Sheet/Content.hs +++ b/lib/DND/Sheet/Content.hs @@ -114,7 +114,7 @@ data Feature = StatIncrease { addSpell :: [Spell] , featDescription :: String } - | Roleplay + | Roleplay { featDescription :: String } - deriving ( Show, Eq, Ord, Generic) + deriving ( Show, Eq, Ord, Generic)