fix: format main.rs
All checks were successful
renovate / renovate (push) Successful in 24s
Continuous integration / Check (push) Successful in 31s
Continuous integration / Test Suite (push) Successful in 32s
Continuous integration / Rustfmt (push) Successful in 31s
Continuous integration / Clippy (push) Successful in 32s
Continuous integration / build (push) Successful in 35s
All checks were successful
renovate / renovate (push) Successful in 24s
Continuous integration / Check (push) Successful in 31s
Continuous integration / Test Suite (push) Successful in 32s
Continuous integration / Rustfmt (push) Successful in 31s
Continuous integration / Clippy (push) Successful in 32s
Continuous integration / build (push) Successful in 35s
This commit is contained in:
@@ -60,11 +60,10 @@ fn index() -> String {
|
||||
);
|
||||
|
||||
let tour_str = format!("Beste Tour: {:?}", best_tour);
|
||||
return tour_str;
|
||||
tour_str
|
||||
}
|
||||
|
||||
#[launch]
|
||||
fn rocket() -> _ {
|
||||
rocket::build().mount("/", routes![index])
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user