mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
rustfmt
This commit is contained in:
@@ -762,10 +762,7 @@ async fn export_backup_old(context: &Context, dir: impl AsRef<Path>) -> Result<(
|
||||
dest_sql
|
||||
.open(context, &dest_path_filename, false)
|
||||
.await
|
||||
.with_context(|| format!(
|
||||
"could not open exported database {}",
|
||||
dest_path_string
|
||||
))?;
|
||||
.with_context(|| format!("could not open exported database {}", dest_path_string))?;
|
||||
|
||||
let res = match add_files_to_export(context, &dest_sql).await {
|
||||
Err(err) => {
|
||||
|
||||
Reference in New Issue
Block a user