Remove empty line preventing a suggestion from happening

This commit is contained in:
gingerBill
2024-06-08 15:42:19 +01:00
parent 371749d474
commit 7e994b6d21
-2
View File
@@ -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("\n");
error_line("\tSuggestion: Was '#partial switch' wanted?\n");
}
}