Reformat CRLF -> LF

This commit is contained in:
Pcornat 2022-10-30 13:16:10 +01:00
parent 8886c73316
commit b657e32cac
Signed by: Pcornat
GPG Key ID: 2F3932FF46D9ECA0
1 changed files with 64 additions and 63 deletions

View File

@ -17,7 +17,8 @@ enum CharacteristicType {
#[derive(Debug)]
pub struct CharacterSheet {
character_class: Classe,
name: String,
/// Field to write the personality/
pub character: String,
address: Characteristic,
stamina: Characteristic,
luck: Characteristic,
@ -42,7 +43,7 @@ impl Default for CharacterSheet {
fn default() -> Self {
Self {
character_class: Classe::Warrior,
name: "Billy".to_string(),
character: "Billy".to_string(),
address: Characteristic {
characteristic_type: CharacteristicType::Address,
base: 0,