Quellcode durchsuchen

Change padding of showing the error in line

gingerBill vor 2 Jahren
Ursprung
Commit
6226c2978d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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);