Fixed clippy warning

This commit is contained in:
Thorsten Sommer 2026-07-09 20:44:20 +02:00
parent 24e9768738
commit b41232587a
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -223,7 +223,7 @@ fn file_logger_format(
write_kv_pairs(w, record)?;
// Write the log message:
write!(w, "{}", &record.args())
write!(w, "{}", record.args())
}
pub async fn get_log_paths(_token: APIToken) -> Json<LogPathsResponse> {