Browse Source

style: 🎨 format the code

format the code
tags/0.1.0
Shawqeem 2 years ago
parent
commit
d12e92b3a6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      logic/Client/MainWindow.xaml.cs

+ 2
- 2
logic/Client/MainWindow.xaml.cs View File

@@ -842,7 +842,7 @@ namespace Client
{
icon.Text = "🅰";
}
UpperLayerOfMap.Children.Add(icon);
UpperLayerOfMap.Children.Add(icon);
}
foreach (var data in listOfChest)
{
@@ -860,7 +860,7 @@ namespace Client
BorderBrush = Brushes.Transparent,
IsReadOnly = true
};
if(deg==100)
if (deg == 100)
{
icon.Text = "😄";
}


Loading…
Cancel
Save