Skip to content

Commit b7f4788

Browse files
committed
Fix lint
1 parent 9ace03c commit b7f4788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/RoundedCornersEffect.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Gala.RoundedCornersEffect : Clutter.ShaderEffect {
88

99
public float clip_radius {
1010
construct set {
11-
set_uniform_value ("clip_radius", value + CLIP_RADIUS_OFFSET);
11+
set_uniform_value ("clip_radius", value + CLIP_RADIUS_OFFSET);
1212
}
1313
}
1414

0 commit comments

Comments
 (0)