Skip to content

Commit 4d0599c

Browse files
committed
Change consume icon
1 parent 1e3c8ea commit 4d0599c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InEngine.Core/CommandExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public static class CommandExtensions
55
{
66
public static void WriteSummaryToConsole(this AbstractCommand command)
77
{
8-
Console.WriteLine($"- {command.Name} : {command.ScheduleId} | Try #{command.CommandLifeCycle.CurrentTry}");
8+
Console.WriteLine($" {command.Name} : {command.ScheduleId} | Try #{command.CommandLifeCycle.CurrentTry}");
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)