From ce2b15edc60920206e59590c107efc9caed8a64d Mon Sep 17 00:00:00 2001 From: Rom1-B <8530352+Rom1-B@users.noreply.github.com> Date: Mon, 25 May 2026 12:52:03 +0200 Subject: [PATCH] Fix indentation --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 646f7e7..81e6ac2 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -37,5 +37,5 @@ require dirname(__DIR__) . '/vendor/autoload.php'; if (!Plugin::isPluginActive($current_plugin_folder)) { - throw new RuntimeException("Plugin $current_plugin_folder is not active in the test database"); + throw new RuntimeException("Plugin $current_plugin_folder is not active in the test database"); }