Skip to content

Commit 69d8620

Browse files
committed
Fix lint
1 parent 95970d5 commit 69d8620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShellClients/DelegateActor.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Gala.DelegateActor : GLib.Object {
88
public const int OUT_OF_BOUNDS = 1000000;
99

1010
public Meta.WindowActor actor { get; construct; }
11-
11+
1212
/* Current window actor position or position before the window was moved out of bounds */
1313
public float x { get; private set; default = 0.0f; }
1414
public float y { get; private set; default = 0.0f; }

0 commit comments

Comments
 (0)