From 6b78045ff1b35b0d406d43494feda064d97a43ed Mon Sep 17 00:00:00 2001 From: Firmatorenio Date: Mon, 14 Dec 2020 06:57:43 +0600 Subject: [PATCH] fix codefactor empty line complaint --- osu.Game/Rulesets/UI/Scrolling/ScrollingPlayfield.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Rulesets/UI/Scrolling/ScrollingPlayfield.cs b/osu.Game/Rulesets/UI/Scrolling/ScrollingPlayfield.cs index 7259bf293c..2f817a6c30 100644 --- a/osu.Game/Rulesets/UI/Scrolling/ScrollingPlayfield.cs +++ b/osu.Game/Rulesets/UI/Scrolling/ScrollingPlayfield.cs @@ -32,7 +32,6 @@ namespace osu.Game.Rulesets.UI.Scrolling protected virtual void OnSkinChanged() { - } ///