This commit is contained in:
philipp 2024-01-19 00:50:30 +01:00
parent cb892e1c0c
commit 3df6791b6b

View File

@ -111,7 +111,6 @@ impl Fee {
pub fn new() -> Self { pub fn new() -> Self {
Self { Self {
sum_in_cents: 0, sum_in_cents: 0,
family: false,
name: "".into(), name: "".into(),
parts: Vec::new(), parts: Vec::new(),
} }