Skip to content

Commit ee3b362

Browse files
committed
Again, format
1 parent b286f21 commit ee3b362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/parser/EscapeSequenceParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const NON_ASCII_PRINTABLE = 0xA0;
7676
* VT500 compatible transition table.
7777
* Taken from https://vt100.net/emu/dec_ansi_parser.
7878
*/
79-
export const VT500_TRANSITION_TABLE = (function(): TransitionTable {
79+
export const VT500_TRANSITION_TABLE = (function (): TransitionTable {
8080
const table: TransitionTable = new TransitionTable(4095);
8181

8282
// range macro for byte

0 commit comments

Comments
 (0)