Skip to content

Commit

Permalink
Add missing new line (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed May 28, 2024
1 parent 76f1e5d commit d819a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vcpkg/base/checks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ namespace vcpkg
[[noreturn]] void Checks::msg_exit_maybe_upgrade(const LineInfo& line_info, const LocalizedString& error_message)
{
msg::write_unlocalized_text_to_stderr(Color::error, error_message);
msg::write_unlocalized_text_to_stderr(Color::none, "\n");
display_upgrade_message();
exit_fail(line_info);
}
Expand Down

0 comments on commit d819a65

Please sign in to comment.