From 48f8ad7feed95476cc332e829fc57ef0ef97e7a7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Sep 2023 21:52:23 +0300 Subject: fix indent --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index a6ab0d3..bc528a9 100644 --- a/init.php +++ b/init.php @@ -103,7 +103,7 @@ class Data_Migration extends Plugin { } else { Debug::log("batch has incorrect schema format version (expected: " . - Config::SCHEMA_VERSION . ", got: " . $batch["schema-version"]); + Config::SCHEMA_VERSION . ", got: " . $batch["schema-version"]); } } else { Debug::log("batch has incorrect data format version (expected: " . -- cgit v1.2.3