diff --git a/module/VuFind/src/VuFind/Bootstrap.php b/module/VuFind/src/VuFind/Bootstrap.php
index 623805c86340582a340a071a1adf0cf6ca0c400a..ea4de4c9136c36f1a48d7da79333cb0b81ac907a 100644
--- a/module/VuFind/src/VuFind/Bootstrap.php
+++ b/module/VuFind/src/VuFind/Bootstrap.php
@@ -106,7 +106,7 @@ class Bootstrap
 
         // Set up search manager a little differently -- it is a more complex class
         // that doesn't work like the other standard plugin managers.
-        $manager = new  \VuFind\Search\Manager($config['search_manager']);
+        $manager = new \VuFind\Search\Manager($config['search_manager']);
         $manager->setServiceLocator($serviceManager);
         $serviceManager->setService('SearchManager', $manager);
     }