Merge "Fix return type of UploadBase::check* functions"
[lhc/web/wiklou.git] / tests / phpunit / includes / sparql / SparqlClientTest.php
index b217af1..62af489 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 namespace MediaWiki\Sparql;
 
 use Http;
@@ -105,7 +106,7 @@ JSON;
                                ],
                                [
                                        'method' => 'GET',
-                                       'userAgent' => Http::userAgent() ." SparqlClient",
+                                       'userAgent' => Http::userAgent() . " SparqlClient",
                                        'timeout' => 30
                                ]
                        ],