Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove useleess space
  • Loading branch information
SandrineP committed Sep 5, 2025
commit c9f599b2b70d4731d6930215ce01382cc5ba22ad
2 changes: 1 addition & 1 deletion src/subcommand/status_subcommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void status_subcommand::run()

if (sl.has_tobecommited_header())
{
stream_colour_fn colour = termcolor::green;
stream_colour_fn colour = termcolor::green;
if (is_long)
{
std::cout << tobecommited_header;
Expand Down