mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-28 13:11:08 +01:00
Replace "if(" with "if ("
This commit is contained in:
parent
0cd7cb8162
commit
24a5493ea5
11 changed files with 107 additions and 105 deletions
|
|
@ -131,10 +131,10 @@ public class ExecutionCommand {
|
|||
|
||||
|
||||
|
||||
public ExecutionCommand(){
|
||||
public ExecutionCommand() {
|
||||
}
|
||||
|
||||
public ExecutionCommand(Integer id){
|
||||
public ExecutionCommand(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue