Skip to content

Commit aed608d

Browse files
committed
Formatting improvement
1 parent ab24076 commit aed608d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

library/EngineBlock/Corto/Module/Bindings.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,7 @@ public function receiveRequest()
183183
$_SESSION['currentServiceProvider'] = $ebRequest->getIssuer()->getValue();
184184

185185
// Verify that we know this SP and have metadata for it.
186-
$serviceProvider = $this->_verifyKnownSP(
187-
$spEntityId->getValue()
188-
);
186+
$serviceProvider = $this->_verifyKnownSP($spEntityId->getValue());
189187

190188
if (!$serviceProvider instanceof ServiceProvider) {
191189
throw new EngineBlock_Corto_Module_Bindings_Exception(

0 commit comments

Comments
 (0)