Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/126983

Change subject: Add whitespace
......................................................................

Add whitespace

Change-Id: Id4448bcd952b1b9664cf74a99be80b8129fafa4d
---
M ApiVisualEditor.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/83/126983/1

diff --git a/ApiVisualEditor.php b/ApiVisualEditor.php
index 76bafe2..a7a4230 100644
--- a/ApiVisualEditor.php
+++ b/ApiVisualEditor.php
@@ -84,7 +84,7 @@
                                        $resp->header( 'X-Parsoid-Performance: 
' . $xpp );
                                }
                        } elseif ( $status->isGood() ) {
-                               $this->dieUsage( $req->getContent(), 
'parsoidserver-http-'.$req->getStatus() );
+                               $this->dieUsage( $req->getContent(), 
'parsoidserver-http-' . $req->getStatus() );
                        } elseif ( $errors = $status->getErrorsByType( 'error' 
) ) {
                                $error = $errors[0];
                                $code = $error['message'];
@@ -93,7 +93,7 @@
                                } else {
                                        $message = 'MWHttpRequest error';
                                }
-                               $this->dieUsage( $message, 
'parsoidserver-'.$code );
+                               $this->dieUsage( $message, 'parsoidserver-' . 
$code );
                        }
 
                        if ( $content === false ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/126983
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4448bcd952b1b9664cf74a99be80b8129fafa4d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to