Replace "if(" with "if ("

This commit is contained in:
agnostic-apollo
2021-04-12 14:32:02 +05:00
parent 0cd7cb8162
commit 24a5493ea5
11 changed files with 107 additions and 105 deletions

View File

@@ -131,10 +131,10 @@ public class ExecutionCommand {
public ExecutionCommand(){
public ExecutionCommand() {
}
public ExecutionCommand(Integer id){
public ExecutionCommand(Integer id) {
this.id = id;
}