mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-10 13:10:40 +02:00
chore: clippy
This commit is contained in:
@@ -127,10 +127,7 @@ impl DownloadedBrowsersRegistry {
|
||||
info.actual_version = actual_version;
|
||||
Ok(())
|
||||
} else {
|
||||
Err(format!(
|
||||
"Browser {}:{} not found in registry",
|
||||
browser, version
|
||||
))
|
||||
Err(format!("Browser {browser}:{version} not found in registry"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user