Skip to content

Commit 6e07792

Browse files
committed
grrr more stupid lint changes
1 parent e315f2c commit 6e07792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vips/operation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def add_yard_introspection name
151151
flags = details[:flags]
152152
gtype = details[:gtype]
153153

154-
details[:yard_name] = arg_name == "in" ? "im" : arg_name
154+
details[:yard_name] = (arg_name == "in") ? "im" : arg_name
155155
pspec = @op.get_pspec arg_name
156156
details[:blurb] = GObject.g_param_spec_get_blurb pspec
157157

0 commit comments

Comments
 (0)