mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Remove empty line preventing a suggestion from happening
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user