From cfcb6100ab2e630be5140b41f8f5d773f32872aa Mon Sep 17 00:00:00 2001 From: Ramya krishna Date: Fri, 26 Apr 2024 11:19:39 +0530 Subject: [PATCH] linting fixes --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index 0b8b47c..0136af2 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -25,7 +25,7 @@ function () { if ( ! defined( 'NFD_MIGRATION_MODULE_VERSION' ) ) { define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.0' ); } - $migrate_endpoint = 'migrate/'. $container->plugin()->id; + $migrate_endpoint = 'migrate/' . $container->plugin()->id; if ( 'atomic' === getContext( 'platform' ) ) { $migrate_endpoint = 'migrate/bh-cloud'; }