diff options
| author | gingerBill <bill@gingerbill.org> | 2024-06-08 15:42:19 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-06-08 15:42:19 +0100 |
| commit | 7e994b6d216b091b90c47eba1b834bc7c690535c (patch) | |
| tree | 7186354f21032788b29cc9bd6316fc59818c125e /src/check_stmt.cpp | |
| parent | 371749d474ac510c8dcee210af79a00162bda212 (diff) | |
Remove empty line preventing a suggestion from happening
Diffstat (limited to 'src/check_stmt.cpp')
| -rw-r--r-- | src/check_stmt.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/check_stmt.cpp b/src/check_stmt.cpp index a1698bbfe..65bac36be 100644 --- a/src/check_stmt.cpp +++ b/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("\n"); - error_line("\tSuggestion: Was '#partial switch' wanted?\n"); } } |