aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_install.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-08-28 18:58:59 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-08-28 19:54:01 -0700
commitd02d44b0f12ae0603c5578bdcc4c0a51a3e309c7 (patch)
tree0eb3e0e3f16f756de2112b98a647e427dd1a8771 /toolsrc/src/commands_install.cpp
parent4a6b43c15a2b6c121686355f37443da6e2d05c9b (diff)
downloadvcpkg-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.cpp2
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;
}