Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / DependencyInjection / Compiler / BackendCompilerPass.php
index 1578cef1532cd0a1ae150106eb371f15a26f7747..52e5c2b4bd354d23c036a4fc271288bace89ecea 100644 (file)
@@ -56,7 +56,6 @@ class BackendCompilerPass implements CompilerPassInterface {
       }
     }
 
-
     foreach ($container->findTaggedServiceIds('backend_overridable') as $id => $attributes) {
       // If the service is already an alias it is not the original backend, so
       // we don't want to fallback to other storages any longer.