Formatting code.
All checks were successful
The build was successful.

This commit is contained in:
2019-04-17 10:08:03 +02:00
부모 5f57ba54a4
커밋 102e8447a1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@@ -9,7 +9,7 @@ class Operations {
break;
case 'SUB':
return int() using ($x, $y) {
return $x - $y;
return $x - $y;
};
break;
default: