From b63099ec13bfd15061c8e726ed0c894bcb8b1758 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 8 Jul 2010 09:28:31 +0000 Subject: [PATCH] Whitespace fix --- includes/api/ApiFormatJson.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiFormatJson.php b/includes/api/ApiFormatJson.php index d1385480b3..b211bdfdc1 100644 --- a/includes/api/ApiFormatJson.php +++ b/includes/api/ApiFormatJson.php @@ -70,7 +70,7 @@ class ApiFormatJson extends ApiFormatBase { } $this->printText( $prefix . - FormatJson::encode( $this->getResultData(), $this->getIsHtml() ) . + FormatJson::encode( $this->getResultData(), $this->getIsHtml() ) . $suffix ); } -- 2.20.1