Code quality fixes

This commit is contained in:
naoey
2019-06-29 12:29:12 +05:30
parent 424711d24b
commit 7d9e215744
3 changed files with 7 additions and 8 deletions

View File

@ -1,4 +1,8 @@
using osu.Game.Scoring;
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Scoring;
namespace osu.Game.Online.API.Requests
{
public class DownloadReplayRequest : ArchiveDownloadRequest<ScoreInfo>