aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_install.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-08-28 19:32:07 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-08-28 19:54:01 -0700
commit03c4c7f8c49d103f57fe12899526b27fc8ccc452 (patch)
treecfc72900606995346a987ad25766912d96e959ab /toolsrc/src/commands_install.cpp
parent6684240090512f745bf7530b2fb4bcd31c3fb02e (diff)
downloadvcpkg-03c4c7f8c49d103f57fe12899526b27fc8ccc452.tar.gz
vcpkg-03c4c7f8c49d103f57fe12899526b27fc8ccc452.zip
Use System::println() with no args
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 1c474f7b0..8b1eec5eb 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(Strings::EMPTY);
+ System::println();
return InstallResult::FILE_CONFLICTS;
}