Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:54:05 -06:00
parent 8604c68612
commit 273af4f27e
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ public class PluginConsole extends SystemConsole
public PluginConsole(String pluginName)
{
super(Configuration.pluginConsoleAsNewTab ? (pluginName + " Output") : (TranslatedStrings.PLUGIN_CONSOLE_TITLE + " - " + pluginName));
super(Configuration.pluginConsoleAsNewTab ? (pluginName + " Output")
: (TranslatedStrings.PLUGIN_CONSOLE_TITLE + " - " + pluginName));
}
@Override