Skip to content

Commit 1f47052

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

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
@@ -45,7 +45,8 @@ namespace
4545
std::cout << "\t" << entry->index_to_workdir->old_file.path << std::endl;
4646
}
4747

48-
std::cout << "Please commit your changes or stash them before you switch branches.\nAborting" << std::endl;
48+
std::cout << "Please commit your changes or stash them before you switch branches.\nAborting"
49+
<< std::endl;
4950
return;
5051
}
5152
}

0 commit comments

Comments
 (0)