mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 20:52:11 +00:00
Fixed clippy warning
This commit is contained in:
parent
24e9768738
commit
b41232587a
@ -223,7 +223,7 @@ fn file_logger_format(
|
|||||||
write_kv_pairs(w, record)?;
|
write_kv_pairs(w, record)?;
|
||||||
|
|
||||||
// Write the log message:
|
// Write the log message:
|
||||||
write!(w, "{}", &record.args())
|
write!(w, "{}", record.args())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn get_log_paths(_token: APIToken) -> Json<LogPathsResponse> {
|
pub async fn get_log_paths(_token: APIToken) -> Json<LogPathsResponse> {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user