From f12ab34d88f1aa84b3762c229327e0e64c1f75da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=2C=20Ren=C3=A9=20Pardon?= <rene.pardon@boonweb.de>
Date: Mon, 25 Nov 2019 09:46:50 +0100
Subject: [PATCH] style (FEDERATION) #911: Code style adjustments to match
 requirements

---
 src/Federation/FederationServiceProvider.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Federation/FederationServiceProvider.php b/src/Federation/FederationServiceProvider.php
index 6e9e3c6f08..7aab3a2819 100644
--- a/src/Federation/FederationServiceProvider.php
+++ b/src/Federation/FederationServiceProvider.php
@@ -48,7 +48,6 @@ function (RegisterDirectiveNamespaces $registerDirectiveNamespaces): string {
     public function addFederationAdjustments(ManipulateAST $manipulateAST): void
     {
         if (config('lighthouse.federation.type') === 'service') {
-
             $this->addDirectives($manipulateAST);
             $this->addScalars($manipulateAST);
             $this->addEntityUnion($manipulateAST);