Skip to content

Commit

Permalink
Fix rustfmt
Browse files Browse the repository at this point in the history
Created using spr 1.3.4
  • Loading branch information
sunshowers committed Sep 27, 2023
1 parent 55d6975 commit cb0a21f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crdb-seed/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cb0a21f

Please sign in to comment.