diff --git a/osu.Game.Rulesets.Catch/UI/Catcher.cs b/osu.Game.Rulesets.Catch/UI/Catcher.cs
index 8629a19470..b41fd24a9c 100644
--- a/osu.Game.Rulesets.Catch/UI/Catcher.cs
+++ b/osu.Game.Rulesets.Catch/UI/Catcher.cs
@@ -148,7 +148,6 @@ namespace osu.Game.Rulesets.Catch.UI
///
/// Creates proxied content to be displayed beneath hitobjects.
///
- ///
public Drawable CreateProxiedContent() => caughtFruitContainer.CreateProxy();
///