mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 05:33:00 +00:00 
			
		
		
		
	Fixed style errors
This commit is contained in:
		| @@ -67,7 +67,7 @@ public class TermAPI implements ILuaAPI | |||||||
|             "nativePaletteColour", |             "nativePaletteColour", | ||||||
|             "nativePaletteColor", |             "nativePaletteColor", | ||||||
|             "getCursorBlink", |             "getCursorBlink", | ||||||
|             "getLine" |             "getLine", | ||||||
|         }; |         }; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| @@ -288,7 +288,7 @@ public class TermAPI implements ILuaAPI | |||||||
|                     throw new LuaException( "Line is out of range." ); |                     throw new LuaException( "Line is out of range." ); | ||||||
|                 } |                 } | ||||||
|                 String line, lineTextColour, lineBackgroundColour; |                 String line, lineTextColour, lineBackgroundColour; | ||||||
|                 synchronized (m_terminal) |                 synchronized ( m_terminal ) | ||||||
|                 { |                 { | ||||||
|                     line = m_terminal.getLine( y ).read(); |                     line = m_terminal.getLine( y ).read(); | ||||||
|                     lineTextColour = m_terminal.getTextColourLine( y ).read(); |                     lineTextColour = m_terminal.getTextColourLine( y ).read(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 liquid
					liquid