mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-24 12:16:28 +01:00
Fixed formatting issue.
This commit is contained in:
parent
0651c778ae
commit
fe30412b30
@ -79,7 +79,7 @@ public class JavaProcessBuilder {
|
||||
public List<String> buildCommand() {
|
||||
List<String> command = new ArrayList<String>();
|
||||
|
||||
if(getJvmPath() != null) {
|
||||
if (getJvmPath() != null) {
|
||||
command.add(getJvmPath() + File.separator + "java");
|
||||
} else {
|
||||
command.add("java");
|
||||
|
Loading…
Reference in New Issue
Block a user