fix ci
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m11s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

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(),
} }