aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_owns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/commands_owns.cpp')
-rw-r--r--toolsrc/src/commands_owns.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/toolsrc/src/commands_owns.cpp b/toolsrc/src/commands_owns.cpp
index ff7467c1e..757292e96 100644
--- a/toolsrc/src/commands_owns.cpp
+++ b/toolsrc/src/commands_owns.cpp
@@ -1,4 +1,5 @@
#include "pch.h"
+
#include "vcpkg_Commands.h"
#include "vcpkg_System.h"
#include "vcpkglib.h"
@@ -24,7 +25,8 @@ namespace vcpkg::Commands::Owns
void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths)
{
- static const std::string example = Strings::format("The argument should be a pattern to search for. %s", Commands::Help::create_example_string("owns zlib.dll"));
+ static const std::string example = Strings::format("The argument should be a pattern to search for. %s",
+ Commands::Help::create_example_string("owns zlib.dll"));
args.check_exact_arg_count(1, example);
args.check_and_get_optional_command_arguments({});