diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-28 18:58:59 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-28 19:54:01 -0700 |
| commit | d02d44b0f12ae0603c5578bdcc4c0a51a3e309c7 (patch) | |
| tree | 0eb3e0e3f16f756de2112b98a647e427dd1a8771 /toolsrc/src/commands_install.cpp | |
| parent | 4a6b43c15a2b6c121686355f37443da6e2d05c9b (diff) | |
| download | vcpkg-d02d44b0f12ae0603c5578bdcc4c0a51a3e309c7.tar.gz vcpkg-d02d44b0f12ae0603c5578bdcc4c0a51a3e309c7.zip | |
Use Strings::EMPTY instead of ""
Diffstat (limited to 'toolsrc/src/commands_install.cpp')
| -rw-r--r-- | toolsrc/src/commands_install.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp index a2e95eb48..1c474f7b0 100644 --- a/toolsrc/src/commands_install.cpp +++ b/toolsrc/src/commands_install.cpp @@ -199,7 +199,7 @@ namespace vcpkg::Commands::Install bcf.core_paragraph.spec); System::print("\n "); System::println(Strings::join("\n ", intersection)); - System::println(""); + System::println(Strings::EMPTY); return InstallResult::FILE_CONFLICTS; } |
