Skip to content

Commit 9147d3d

Browse files
enumagdg
authored andcommitted
whitespace
1 parent f755235 commit 9147d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/UI/Presenter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public function run(Application\Request $request)
232232
$this->response->send($this->httpRequest, $this->httpResponse);
233233
$this->sendPayload();
234234
} elseif (!$this->response && $hasPayload) { // back compatibility for use terminate() instead of sendPayload()
235-
$this->sendPayload();
235+
$this->sendPayload();
236236
}
237237
} catch (Application\AbortException $e) {
238238
}

0 commit comments

Comments
 (0)