Reformat CRLF -> LF
This commit is contained in:
parent
8886c73316
commit
b657e32cac
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user