diff --git a/SparkleShare/SparkleBubble.cs b/SparkleShare/SparkleBubble.cs index 2905d02f..e1946d55 100644 --- a/SparkleShare/SparkleBubble.cs +++ b/SparkleShare/SparkleBubble.cs @@ -21,7 +21,7 @@ using Gtk; using Notifications; namespace SparkleShare { - + public class SparkleBubble : Notification { public SparkleBubble (string title, string subtext) : base (title, subtext)