Indentation

This commit is contained in:
Nox Sluijtman 2024-11-18 09:20:17 +01:00
parent 56b29314ad
commit 554a26fff6
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M

View file

@ -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)