mirror of https://github.com/ppy/osu
Remove unnecessary newline
This commit is contained in:
parent
0bb8d5217c
commit
c5d2dc2f6a
|
@ -11,7 +11,6 @@ namespace osu.Game.Database
|
|||
/// <typeparam name="TFile">The model representing a file.</typeparam>
|
||||
public interface IHasFiles<TFile>
|
||||
where TFile : INamedFileInfo
|
||||
|
||||
{
|
||||
List<TFile> Files { get; set; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue