From eddb730e2dc7ce791f6e1467ec29f14bdde9ee22 Mon Sep 17 00:00:00 2001 From: "Eirik S. Morland" Date: Tue, 17 Oct 2023 10:10:27 +0200 Subject: [PATCH] Code style --- tests/Integration/RequireTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/RequireTest.php b/tests/Integration/RequireTest.php index 2b9ce63..9e573c5 100644 --- a/tests/Integration/RequireTest.php +++ b/tests/Integration/RequireTest.php @@ -8,4 +8,4 @@ class RequireTest extends IntegrationBase protected $directory = 'drupal-captcha'; protected $useUpdate = false; protected $newVersion = '2.0.5'; -} \ No newline at end of file +}