mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
indention
This commit is contained in:
@@ -150,9 +150,12 @@ public class Forge implements ApplicationListener {
|
|||||||
});
|
});
|
||||||
//init hwInfo to log
|
//init hwInfo to log
|
||||||
System.out.println(
|
System.out.println(
|
||||||
"---------------------------------------\n" + "APP: Forge v." + GuiBase.getInterface().getCurrentVersion() +
|
"---------------------------------------\n" +
|
||||||
" (" + GuiBase.getInterface() + ")" + "\nDEV: " + hwInfo.device().getName() +
|
"APP: Forge v." + GuiBase.getInterface().getCurrentVersion() + " (" + GuiBase.getInterface() + ")" +
|
||||||
"\nCPU: " + hwInfo.device().getCpuDescription() + "\nRAM: " + totalRAM + " MB" + "\nOS: " + hwInfo.os().getName() +
|
"\nDEV: " + hwInfo.device().getName() +
|
||||||
|
"\nCPU: " + hwInfo.device().getCpuDescription() +
|
||||||
|
"\nRAM: " + totalRAM + " MB" +
|
||||||
|
"\nOS: " + hwInfo.os().getName() +
|
||||||
"\n---------------------------------------"
|
"\n---------------------------------------"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user