1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 07:03:22 +00:00

Fixed style errors

This commit is contained in:
liquid 2019-07-12 23:54:56 -05:00
parent 85b740f484
commit 1c28df65c3

View File

@ -67,7 +67,7 @@ public String[] getMethodNames()
"nativePaletteColour",
"nativePaletteColor",
"getCursorBlink",
"getLine"
"getLine",
};
}
@ -288,7 +288,7 @@ public Object[] callMethod( @Nonnull ILuaContext context, int method, @Nonnull O
throw new LuaException( "Line is out of range." );
}
String line, lineTextColour, lineBackgroundColour;
synchronized (m_terminal)
synchronized ( m_terminal )
{
line = m_terminal.getLine( y ).read();
lineTextColour = m_terminal.getTextColourLine( y ).read();