mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 11:09:49 +08:00
Replace "if(" with "if ("
This commit is contained in:
@@ -131,10 +131,10 @@ public class ExecutionCommand {
|
||||
|
||||
|
||||
|
||||
public ExecutionCommand(){
|
||||
public ExecutionCommand() {
|
||||
}
|
||||
|
||||
public ExecutionCommand(Integer id){
|
||||
public ExecutionCommand(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user