mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 20:23:02 +08:00
Fix spacing in error message
This commit is contained in:
parent
d11014e2ae
commit
ba432c23bc
@ -247,10 +247,10 @@ namespace vcpkg::Commands::Fetch
|
||||
Checks::check_exit(VCPKG_LINE_INFO,
|
||||
sha512 == actual_hash,
|
||||
"File does not have the expected hash:\n"
|
||||
" url : [ %s ]\n"
|
||||
" File path : [ %s ]\n"
|
||||
" Expected hash: [ %s ]\n"
|
||||
" Actual hash: [ %s ] \n",
|
||||
" url : [ %s ]\n"
|
||||
" File path : [ %s ]\n"
|
||||
" Expected hash : [ %s ]\n"
|
||||
" Actual hash : [ %s ]\n",
|
||||
url,
|
||||
download_path.u8string(),
|
||||
sha512,
|
||||
|
Loading…
Reference in New Issue
Block a user