Skip to content

Commit e230802

Browse files
authored
Merge pull request #402 from rodrigoargumedo/fix-lint
Lint code
2 parents 7a2b9ba + 61d8d93 commit e230802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vips/operation.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def initialize value
218218
raise Vips::Error if value.null?
219219
end
220220

221-
super(value)
221+
super
222222
end
223223

224224
def build

0 commit comments

Comments
 (0)