Change code formatting

This commit is contained in:
2023-02-27 15:33:30 +01:00
parent 70b63e3dd4
commit 5480e4f9b9
17 changed files with 148 additions and 300 deletions

View File

@ -6,12 +6,10 @@ using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace WGneu
{
namespace WGneu {
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
public partial class App : Application {
}
}