diff --git a/Perspex.Base/Collections/IReadOnlyPerspexList.cs b/Perspex.Base/Collections/IReadOnlyPerspexList.cs index 78b7e7392e..7329082f9f 100644 --- a/Perspex.Base/Collections/IReadOnlyPerspexList.cs +++ b/Perspex.Base/Collections/IReadOnlyPerspexList.cs @@ -10,7 +10,7 @@ namespace Perspex.Collections using System.Collections.Specialized; using System.ComponentModel; - public interface IReadOnlyPerspexList : IReadOnlyList, INotifyCollectionChanged, INotifyPropertyChanged + public interface IReadOnlyPerspexList : IReadOnlyList, INotifyCollectionChanged, INotifyPropertyChanged { } } \ No newline at end of file