Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
nopara73 committed May 14, 2019
1 parent 10e71d9 commit 8696ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi.Gui/ViewModels/StatusBarViewModel.cs
Expand Up @@ -160,7 +160,7 @@ public StatusBarViewModel(NodesCollection nodes, WasabiSynchronizer synchronizer
{
nextAnimation = status.TrimEnd("..", StringComparison.Ordinal);
}
else if (status.EndsWith("..") || status.EndsWith("."))
else if (status.EndsWith("."))
{
nextAnimation = $"{status}.";
}
Expand Down

0 comments on commit 8696ef7

Please sign in to comment.