Commit from GitHub Actions ()

This commit is contained in:
[Clippy] 2025-04-03 12:38:38 +00:00
parent a0f9877f54
commit 7aadf98efe

View file

@ -159,7 +159,7 @@ pub fn list_ingestions() -> Result<(), Box<dyn Error>> {
);
println!("Route of administration: {}", ingestion.route);
println!("Ingested amount: {}{}", ingestion.amount, ingestion.unit);
println!("");
println!();
}
Ok(())
}