Skip to content
Prev Previous commit
remove extra space
  • Loading branch information
SandrineP committed Jul 31, 2025
commit 67f57dcb597638826d95d73fcb35bb2d9b0aa8f9
2 changes: 1 addition & 1 deletion src/subcommand/commit_subcommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void commit_subcommand::run()

if (m_commit_message.empty())
{
std::cout << "Please enter a commit message: " << std::endl;
std::cout << "Please enter a commit message:" << std::endl;
std::getline(std::cin, m_commit_message);
if (m_commit_message.empty())
{
Expand Down
Loading