From 99a36e8629e8769581ece20a3a5e4f244786fe0b Mon Sep 17 00:00:00 2001 From: Hocuri Date: Thu, 17 Sep 2020 17:29:29 +0200 Subject: [PATCH] rustfmt --- src/imex.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/imex.rs b/src/imex.rs index 137b62af1..fc01b81b5 100644 --- a/src/imex.rs +++ b/src/imex.rs @@ -762,10 +762,7 @@ async fn export_backup_old(context: &Context, dir: impl AsRef) -> 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) => {