Browse Source

Remove empty line preventing a suggestion from happening

gingerBill 1 year ago
parent
commit
7e994b6d21
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/check_stmt.cpp

+ 0 - 2
src/check_stmt.cpp

@@ -1255,8 +1255,6 @@ gb_internal void check_switch_stmt(CheckerContext *ctx, Ast *node, u32 mod_flags
 					error_line("\t%.*s\n", LIT(f->token.string));
 					error_line("\t%.*s\n", LIT(f->token.string));
 				}
 				}
 			}
 			}
-			error_line("\n");
-
 			error_line("\tSuggestion: Was '#partial switch' wanted?\n");
 			error_line("\tSuggestion: Was '#partial switch' wanted?\n");
 		}
 		}
 	}
 	}