From fd39801719338ffe0471382419f05da9aaecbae7 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 10 Dec 2022 20:45:27 +0100 Subject: [PATCH] cargo fmt --- tests/third_party_tests.rs | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/tests/third_party_tests.rs b/tests/third_party_tests.rs index 63d75ab..ffdd5da 100644 --- a/tests/third_party_tests.rs +++ b/tests/third_party_tests.rs @@ -123,49 +123,27 @@ fn phabel() { #[test] fn psalm() { - test_repository( - "psalm", - "https://github.com/vimeo/psalm", - &[], - ); + test_repository("psalm", "https://github.com/vimeo/psalm", &[]); } #[test] fn phpstan() { - test_repository( - "phpstan", - "https://github.com/phpstan/phpstan", - &[], - ); + test_repository("phpstan", "https://github.com/phpstan/phpstan", &[]); } - #[test] fn phpstan_src() { - test_repository( - "phpstan-src", - "https://github.com/phpstan/phpstan-src", - &[], - ); + test_repository("phpstan-src", "https://github.com/phpstan/phpstan-src", &[]); } #[test] fn rector() { - test_repository( - "rector", - "https://github.com/rectorphp/rector", - &[], - ); + test_repository("rector", "https://github.com/rectorphp/rector", &[]); } - #[test] fn rector_src() { - test_repository( - "rector-src", - "https://github.com/rectorphp/rector-src", - &[], - ); + test_repository("rector-src", "https://github.com/rectorphp/rector-src", &[]); } #[test]