Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbrex committed Jun 17, 2024
1 parent ada9c36 commit 7ba5231
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions command/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<OptionalService> = 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)"
Expand Down

0 comments on commit 7ba5231

Please sign in to comment.