diff --git a/AMC.Model/Models/Song.cs b/AMC.Model/Models/Song.cs index 5c55dc8..7ae595c 100644 --- a/AMC.Model/Models/Song.cs +++ b/AMC.Model/Models/Song.cs @@ -1,4 +1,5 @@ -namespace AMC.Model.Models { +namespace AMC.Model.Models +{ public class Song { public int Id { get; set; } diff --git a/AMC.View/App.xaml.cs b/AMC.View/App.xaml.cs index d855210..4675ecb 100644 --- a/AMC.View/App.xaml.cs +++ b/AMC.View/App.xaml.cs @@ -1,6 +1,4 @@ -using System.Globalization; - -namespace AMC.View; +namespace AMC.View; public partial class App : Application { diff --git a/AMC.View/Controls/LibraryCategoryItem.xaml b/AMC.View/Controls/LibraryCategoryItem.xaml index daffc6d..25a7156 100644 --- a/AMC.View/Controls/LibraryCategoryItem.xaml +++ b/AMC.View/Controls/LibraryCategoryItem.xaml @@ -13,7 +13,7 @@ HorizontalOptions="Start" />