Change padding of showing the error in line

This commit is contained in:
gingerBill
2023-02-22 22:04:00 +00:00
parent 3d325e52c6
commit 6226c2978d

View File

@@ -264,7 +264,7 @@ gb_internal bool show_error_on_line(TokenPos const &pos, TokenPos end) {
ELLIPSIS_PADDING = 8 // `... ...`
};
error_out("\n\t");
error_out("\t");
terminal_set_colours(TerminalStyle_Bold, TerminalColour_White);