refactor: minor improvements

This commit is contained in:
2025-02-25 17:57:47 -05:00
parent 5691afaf2d
commit 2b9bf1987b
3 changed files with 44 additions and 38 deletions

View File

@@ -75,7 +75,7 @@ async fn main() -> anyhow::Result<()> {
.append(true)
.create(true)
.open(log_file)
.expect("should have been able to open log file"),
.expect("log file should be accessible"),
)
.boxed()
})