formatting

This commit is contained in:
2023-07-30 23:34:43 +02:00
parent 0fc2d4d397
commit 016063e3be
4 changed files with 35 additions and 38 deletions

View File

@@ -20,7 +20,7 @@ class HelloWorldService implements Process {
}
@rpc
public function getNumber(arg1: Int, arg2: Int):Int {
public function getNumber(arg1:Int, arg2:Int):Int {
Log.debug(arg1);
Log.debug(arg2);
return 42;