]> git.mxchange.org Git - friendica.git/commitdiff
Remove space
authorMichael <heluecht@pirati.ca>
Mon, 8 Nov 2021 21:54:55 +0000 (21:54 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 8 Nov 2021 21:54:55 +0000 (21:54 +0000)
src/Module/Api/Friendica/Help/Test.php

index 0a68a444aa7511143a3e6a50293004c4580d186d..2a5ba7bf5224cb59a0009155314dc9a17cffb035 100644 (file)
@@ -35,7 +35,7 @@ class Test extends BaseApi
                } else {
                        $ok = 'ok';
                }
-       
+
                echo self::format('ok', ['ok' => $ok]);
                exit;
        }