explain custom stuff
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m51s

This commit is contained in:
2024-02-16 11:33:38 +01:00
parent f751fcda92
commit 798da6e65d
5 changed files with 19 additions and 17 deletions

View File

@ -60,7 +60,6 @@ fn main() {
law.to_md();
} else {
let law = Law::from_config(&args.config).unwrap();
law.to_md();
}
}