Skip to content

Commit 0cfb034

Browse files
teamconsryonakano
andauthored
Add missing whitespace
Co-authored-by: Ryo Nakano <ryonakaknock3@gmail.com>
1 parent abb8978 commit 0cfb034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Indicator.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public abstract class Wingpanel.Indicator : GLib.Object {
4343
/**
4444
* Set the indicator positioning on the panel
4545
*/
46-
public IndicatorPosition position { get; set; default = IndicatorPosition.RIGHT;}
46+
public IndicatorPosition position { get; set; default = IndicatorPosition.RIGHT; }
4747

4848
/**
4949
* Defines if the indicator display widget should be shown or not.

0 commit comments

Comments
 (0)