From d12e92b3a6ef0109c586a32df0425701d9ec00cc Mon Sep 17 00:00:00 2001 From: Shawqeem <1004837646@qq.com> Date: Wed, 29 Mar 2023 00:47:22 +0800 Subject: [PATCH] style: :art: format the code format the code --- logic/Client/MainWindow.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logic/Client/MainWindow.xaml.cs b/logic/Client/MainWindow.xaml.cs index e05a9ea..e369d3a 100644 --- a/logic/Client/MainWindow.xaml.cs +++ b/logic/Client/MainWindow.xaml.cs @@ -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 = "😄"; }