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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user