mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 14:01:24 +08:00
Remove unnecessary newline
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user