quick fix

This commit is contained in:
Andreas 2019-09-18 18:07:39 +02:00
parent 2e295fa11c
commit b44b0471a6

View File

@ -11,8 +11,8 @@ class TestUtils{
echo(json_encode($loginput)); echo(json_encode($loginput));
if($addComma){ if($addComma){
echo(','); echo(',');
echo("\n");
} }
echo("\n");
return; return;
} }
public static function returnLog(){ public static function returnLog(){