From 7ba5231350b22055f975a2e2ed2fb4bd03ed734a Mon Sep 17 00:00:00 2001 From: Carbrex <95964955+Carbrex@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:34:12 +0530 Subject: [PATCH] rustfmt --- command/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/command/src/main.rs b/command/src/main.rs index e0fec358..641acb13 100644 --- a/command/src/main.rs +++ b/command/src/main.rs @@ -243,9 +243,8 @@ fn setup(mut config: Config, first_setup: bool, fast: bool) -> std::io::Result<( let mut password: String = String::new(); let mut services: Vec = Vec::new(); - if !fast { - let services = prompt_for_optional_services()?; + services = prompt_for_optional_services()?; setup_database = confirm(if first_setup { "Do you want to seed the database with test users, games, etc? (Recommended)"