Skip to content

Commit c9f599b

Browse files
committed
remove useleess space
1 parent 5734f5d commit c9f599b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subcommand/status_subcommand.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ void status_subcommand::run()
231231

232232
if (sl.has_tobecommited_header())
233233
{
234-
stream_colour_fn colour = termcolor::green;
234+
stream_colour_fn colour = termcolor::green;
235235
if (is_long)
236236
{
237237
std::cout << tobecommited_header;

0 commit comments

Comments
 (0)