apply clippy suggestions

This commit is contained in:
2025-11-21 11:19:24 +00:00
parent 74132ec322
commit 9b5340a6c5
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -59,6 +59,6 @@ impl Logger {
humantime::format_rfc3339_seconds(SystemTime::now()),
record.level(),
record.args()
)
);
}
}