mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-05 18:58:40 +02:00
chore: linting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user