From cb0a21f667493afc0b7f289fbd10a084ae4b4395 Mon Sep 17 00:00:00 2001 From: Rain Date: Wed, 27 Sep 2023 12:26:24 -0700 Subject: [PATCH] Fix rustfmt Created using spr 1.3.4 --- crdb-seed/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crdb-seed/src/main.rs b/crdb-seed/src/main.rs index 19942c2d88..8c2260f4b9 100644 --- a/crdb-seed/src/main.rs +++ b/crdb-seed/src/main.rs @@ -33,8 +33,7 @@ async fn ensure_seed_directory_exists(log: &Logger) -> Utf8PathBuf { if !desired_seed_dir.exists() { let tmp_seed_dir = camino_tempfile::Utf8TempDir::new_in(base_seed_dir).unwrap(); - dev::test_setup_database_seed(log, tmp_seed_dir.path()) - .await; + dev::test_setup_database_seed(log, tmp_seed_dir.path()).await; // If we can successfully perform the rename, we made the seed directory // faster than other tests.