Skip to content

Commit

Permalink
format-manifest: Add missing new line (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jun 28, 2023
1 parent d89474b commit 3d7d56e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vcpkg/commands.format-manifest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ namespace
{
msg::println_error(msgFailedToParseManifest, msg::path = path_string);
print_error_message(scf.error());
msg::println();
return nullopt;
}

Expand Down

0 comments on commit 3d7d56e

Please sign in to comment.