chore: linting

This commit is contained in:
zhom
2026-07-11 19:58:45 +04:00
parent eeb5c816bf
commit 53db00a85a
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -1243,7 +1243,7 @@ impl AppAutoUpdater {
if !log_content.is_empty() {
log::info!(
"Log file content (last 500 chars): {}",
&log_content
log_content
.chars()
.rev()
.take(500)