We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb8978 commit 0cfb034Copy full SHA for 0cfb034
lib/Indicator.vala
@@ -43,7 +43,7 @@ public abstract class Wingpanel.Indicator : GLib.Object {
43
/**
44
* Set the indicator positioning on the panel
45
*/
46
- public IndicatorPosition position { get; set; default = IndicatorPosition.RIGHT;}
+ public IndicatorPosition position { get; set; default = IndicatorPosition.RIGHT; }
47
48
49
* Defines if the indicator display widget should be shown or not.
0 commit comments