Again, format

This commit is contained in:
Anthony Kim
2026-01-21 16:27:19 -08:00
parent b286f21f64
commit ee3b3626e8
+1 -1
View File
@@ -76,7 +76,7 @@ const NON_ASCII_PRINTABLE = 0xA0;
* VT500 compatible transition table.
* Taken from https://vt100.net/emu/dec_ansi_parser.
*/
export const VT500_TRANSITION_TABLE = (function(): TransitionTable {
export const VT500_TRANSITION_TABLE = (function (): TransitionTable {
const table: TransitionTable = new TransitionTable(4095);
// range macro for byte