indention

This commit is contained in:
Anthony Calosa
2025-08-20 20:56:22 +08:00
parent b6bc3a6e96
commit 2d0acc734e

View File

@@ -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---------------------------------------"
); );
} }