Browse Source

Change padding of showing the error in line

gingerBill 2 years ago
parent
commit
6226c2978d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/error.cpp

+ 1 - 1
src/error.cpp

@@ -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);