From 17afaca7dc7f91496a7f4c3277276903727bbfa2 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Thu, 13 Jan 2022 02:05:17 +0100 Subject: [PATCH] rustfmt --- integration-tests/tests/cucumber_tests.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/integration-tests/tests/cucumber_tests.rs b/integration-tests/tests/cucumber_tests.rs index ea229bbd6..daf6cd8a9 100644 --- a/integration-tests/tests/cucumber_tests.rs +++ b/integration-tests/tests/cucumber_tests.rs @@ -168,7 +168,8 @@ async fn main() { //env_logger::init(); DuniterWorld::cucumber() - .fail_on_skipped() - .max_concurrent_scenarios(4) - .run("features").await; + .fail_on_skipped() + .max_concurrent_scenarios(4) + .run("features") + .await; } -- GitLab