From dd8ec70bd5fdefa4e3a4ba4d3951a3461754d711 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 10 Feb 2017 16:57:49 +0900 Subject: [PATCH] Remove excess newline. --- osu.Game/Overlays/Notifications/NotificationSection.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Overlays/Notifications/NotificationSection.cs b/osu.Game/Overlays/Notifications/NotificationSection.cs index 526b568c12..ec286302b8 100644 --- a/osu.Game/Overlays/Notifications/NotificationSection.cs +++ b/osu.Game/Overlays/Notifications/NotificationSection.cs @@ -45,7 +45,6 @@ namespace osu.Game.Overlays.Notifications private string title; - public string Title { get { return title; }