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