mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-30 03:49:29 +02:00
chore: formatting
This commit is contained in:
@@ -712,7 +712,9 @@ impl Extractor {
|
||||
fs::copy(appimage_path, &dest_file)?;
|
||||
|
||||
// Set executable permissions
|
||||
self.set_executable_permissions_recursive(&dest_file).await?;
|
||||
self
|
||||
.set_executable_permissions_recursive(&dest_file)
|
||||
.await?;
|
||||
|
||||
Ok(dest_file)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user