Remove unnecessary newline

This commit is contained in:
smoogipoo 2018-11-28 13:05:17 +09:00
parent 0bb8d5217c
commit c5d2dc2f6a
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ namespace osu.Game.Database
/// <typeparam name="TFile">The model representing a file.</typeparam> /// <typeparam name="TFile">The model representing a file.</typeparam>
public interface IHasFiles<TFile> public interface IHasFiles<TFile>
where TFile : INamedFileInfo where TFile : INamedFileInfo
{ {
List<TFile> Files { get; set; } List<TFile> Files { get; set; }
} }