Skip to content

Commit 8d4fda3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent db9fe56 commit 8d4fda3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/subcommand/checkout_subcommand.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ void checkout_subcommand::run()
153153
else if (!pathspecs.empty())
154154
{
155155
// Validate all pathspecs before checkout so we can mimic git-like errors
156-
auto lambda_validate_paths = [](repository_wrapper& repo, const std::vector<std::string> pathspecs, std::string directory)
156+
auto lambda_validate_paths =
157+
[](repository_wrapper& repo, const std::vector<std::string> pathspecs, std::string directory)
157158
{
158159
for (const auto& p : pathspecs)
159160
{

0 commit comments

Comments
 (0)