Skip to content

Commit

Permalink
Removed extra blank line from codefactor suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
JJBussert committed May 4, 2021
1 parent 33f1ce0 commit 22c91e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/E13.Common.Cli/CliConsole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ private string NextSequence()
next = $"{Template[0..(AnimationLength + TemplatePadding - progress.Length)]}{progress}{Template[(AnimationLength + TemplatePadding - 1)..]}";
}


if (Counter >= AnimationLength + ProgressMaxLength)
Counter = 1;
else
Expand Down

0 comments on commit 22c91e3

Please sign in to comment.