1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-02 10:37:54 +00:00

Fix checkstyle

This commit is contained in:
ToadDev
2021-06-12 15:46:33 -07:00
parent 104a317163
commit 2543ebee10
2 changed files with 5 additions and 4 deletions

View File

@@ -63,7 +63,8 @@ public class GuiComputer<T extends ContainerComputerBase> extends HandledScreen<
return new GuiComputer<>( container, inventory, component, container.getWidth(), container.getHeight() );
}
protected void initTerminal(int border, int widthExtra, int heightExtra) {
protected void initTerminal( int border, int widthExtra, int heightExtra )
{
this.client.keyboard.setRepeatEvents( true );
int termPxWidth = this.termWidth * FixedWidthFontRenderer.FONT_WIDTH;