From d3612edc5c5c4c3d1646436c37074b8346b50006 Mon Sep 17 00:00:00 2001 From: azjezz Date: Fri, 9 Dec 2022 06:49:49 +0100 Subject: [PATCH] chore: fmt Signed-off-by: azjezz --- tests/third_party_tests.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/third_party_tests.rs b/tests/third_party_tests.rs index 827b464..aec0e9b 100644 --- a/tests/third_party_tests.rs +++ b/tests/third_party_tests.rs @@ -31,7 +31,7 @@ fn third_party_2_laravel_framework() { &["src", "tests"], &[ // file contains syntax error for testing. - "tests/Foundation/fixtures/bad-syntax-strategy.php" + "tests/Foundation/fixtures/bad-syntax-strategy.php", ], ); } @@ -49,7 +49,7 @@ fn third_party_3_symfony_framework() { // file contains syntax error used for testing. "src/Symfony/Component/Config/Tests/Fixtures/ParseError.php", // file contains unintentional error upstream, waiting for fix. - "src/Symfony/Component/VarExporter/LazyProxyTrait.php" + "src/Symfony/Component/VarExporter/LazyProxyTrait.php", ], ); } @@ -120,7 +120,7 @@ fn third_party_9_composer() { "https://github.com/composer/composer", "main", &["src", "tests"], - &[] + &[], ); } @@ -131,7 +131,7 @@ fn third_party_10_wordpress() { "https://github.com/WordPress/WordPress", "master", &["wp-admin", "wp-content", "wp-includes"], - &[] + &[], ); }