Skip to content

Commit

Permalink
Literally a single space removed in a file because it is yelling at me
Browse files Browse the repository at this point in the history
  • Loading branch information
formlessnameless committed Sep 23, 2024
1 parent d4ce473 commit 5317722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Store/Ui/StoreListingControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private void UpdateBuyButtonText()
if (_data.RestockTime > stationTime)
{
var timeLeftToBuy = stationTime - _data.RestockTime;
StoreItemBuyButton.Text = timeLeftToBuy.Duration().ToString(@"mm\:ss");
StoreItemBuyButton.Text = timeLeftToBuy.Duration().ToString(@"mm\:ss");
}
else
{
Expand Down

0 comments on commit 5317722

Please sign in to comment.