From 34ab708cb6088dc7f4f4ae38e849b9448dee104d Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Tue, 14 Mar 2017 12:58:31 +0900 Subject: [PATCH] Fix using statement before license. --- osu.Game.Modes.Catch/Objects/CatchBaseHit.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game.Modes.Catch/Objects/CatchBaseHit.cs b/osu.Game.Modes.Catch/Objects/CatchBaseHit.cs index 92b5a680ff..80e87f58c6 100644 --- a/osu.Game.Modes.Catch/Objects/CatchBaseHit.cs +++ b/osu.Game.Modes.Catch/Objects/CatchBaseHit.cs @@ -1,7 +1,7 @@ -using OpenTK; -// Copyright (c) 2007-2017 ppy Pty Ltd . +// Copyright (c) 2007-2017 ppy Pty Ltd . // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE +using OpenTK; using osu.Game.Modes.Objects; using osu.Game.Modes.Objects.Types;